#2D1006

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

Shades of Seal Brown #2D1006

Tints of Seal Brown #2D1006

Color information

#2D1006 (or 0x2D1006) is unknown color: approx Seal Brown. HEX triplet: 2D, 10 and 06. RGB value is (45,16,6). Sum of RGB (Red+Green+Blue) = 45+16+6=67 (8% of max value = 765). Red value is 45 (17.97% from 255 or 67.16% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1006 is #D2EFF9. Grayscale: #171717. Windows color (decimal): -13823994 or 397357. OLE color: 397357.

HSL color Cylindrical-coordinate representation of color #2D1006: hue angle of 15.38º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1006 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.82.

Color convert

RGB45166-
CMYK00.640.870.82
HSL15.38º76.47%10%-
HSV(B)15.38º86.67%17.65%-
XYZ1.30.940.29-
YUV23.53118.11143.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 67.16%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 6 (2.73% from 255) = 8.96%
R=67.16%
G=23.88%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4516600.640.870.8215.3876.4710
Hex2D1060405752f4ca
Octal5520601001271221711412
Binary101101100001100100000010101111010010111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D1006; }

 p { color: rgb(45,16,6); }

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

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

 a { background-color: rgb(45,16,6); }

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

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

 span { border-color: rgb(45,16,6); }

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