#2D0C06

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

Shades of Seal Brown #2D0C06

Tints of Seal Brown #2D0C06

Color information

#2D0C06 (or 0x2D0C06) is unknown color: approx Seal Brown. HEX triplet: 2D, 0C and 06. RGB value is (45,12,6). Sum of RGB (Red+Green+Blue) = 45+12+6=63 (8% of max value = 765). Red value is 45 (17.97% from 255 or 71.43% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0C06 is #D2F3F9. Grayscale: #151515. Windows color (decimal): -13825018 or 396333. OLE color: 396333.

HSL color Cylindrical-coordinate representation of color #2D0C06: hue angle of 9.23º 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 #2D0C06 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.82.

Color convert

RGB45126-
CMYK00.730.870.82
HSL9.23º76.47%10%-
HSV(B)9.23º86.67%17.65%-
XYZ1.250.830.27-
YUV21.18119.43144.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 71.43%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=71.43%
G=19.05%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4512600.730.870.829.2376.4710
Hex2DC6049575294ca
Octal5514601111271221111412
Binary10110111001100100100110101111010010100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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