#450D06

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

Shades of Seal Brown #450D06

Tints of Seal Brown #450D06

Color information

#450D06 (or 0x450D06) is unknown color: approx Seal Brown. HEX triplet: 45, 0D and 06. RGB value is (69,13,6). Sum of RGB (Red+Green+Blue) = 69+13+6=88 (11% of max value = 765). Red value is 69 (27.34% from 255 or 78.41% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 69 - color contains mainly: red. Hex color #450D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D06 is #BAF2F9. Grayscale: #1D1D1D. Windows color (decimal): -12251898 or 396613. OLE color: 396613.

HSL color Cylindrical-coordinate representation of color #450D06: hue angle of 6.67º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450D06 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB69136-
CMYK00.810.910.73
HSL6.67º84%14.71%-
HSV(B)6.67º91.3%27.06%-
XYZ2.631.570.34-
YUV28.95115.05156.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 78.41%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=78.41%
G=14.77%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6913600.810.910.736.678414.71
Hex45D60515B49754f
Octal1051560121133111712417
Binary10001011101110010100011011011100100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450D06; }

 p { color: rgb(69,13,6); }

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

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

 a { background-color: rgb(69,13,6); }

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

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

 span { border-color: rgb(69,13,6); }

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