#450703

Color #450703 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #450703

Tints of Seal Brown #450703

Color information

#450703 (or 0x450703) is unknown color: approx Seal Brown. HEX triplet: 45, 07 and 03. RGB value is (69,7,3). Sum of RGB (Red+Green+Blue) = 69+7+3=79 (10% of max value = 765). Red value is 69 (27.34% from 255 or 87.34% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 69 - color contains mainly: red. Hex color #450703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450703 is #BAF8FC. Grayscale: #191919. Windows color (decimal): -12253437 or 198469. OLE color: 198469.

HSL color Cylindrical-coordinate representation of color #450703: hue angle of 3.64º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450703 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB6973-
CMYK00.900.960.73
HSL3.64º91.67%14.12%-
HSV(B)3.64º95.65%27.06%-
XYZ2.551.420.23-
YUV25.08115.54159.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 87.34%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=87.34%
G=8.86%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal697300.900.960.733.6491.6714.12
Hex457305A604945ce
Octal105730132140111413416
Binary100010111111010110101100000100100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450703; }

 p { color: rgb(69,7,3); }

 H1.HeaderClassName
 {
   color: #450703;
 }
 .AnyTagClassName
 {
   color: #450703;
 }
</style>
background-color css

<style>
 a { background-color: #450703; }

 a { background-color: rgb(69,7,3); }

 div.DivClassName
 {
   background-color: #450703;
 }
 .BgClassName
 {
   background-color: #450703;
 }
</style>
border-color css

<style>
 span { border-color: #450703; }

 span { border-color: rgb(69,7,3); }

 td.TdClassName
 {
   border-color: #450703;
 }
 .TagClassName
 {
   border-color: #450703;
 }
</style>