#2D120C

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

Shades of Seal Brown #2D120C

Tints of Seal Brown #2D120C

Color information

#2D120C (or 0x2D120C) is unknown color: approx Seal Brown. HEX triplet: 2D, 12 and 0C. RGB value is (45,18,12). Sum of RGB (Red+Green+Blue) = 45+18+12=75 (9% of max value = 765). Red value is 45 (17.97% from 255 or 60% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 45 - color contains mainly: red. Hex color #2D120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D120C is #D2EDF3. Grayscale: #191919. Windows color (decimal): -13823476 or 791085. OLE color: 791085.

HSL color Cylindrical-coordinate representation of color #2D120C: hue angle of 10.91º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D120C is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.82.

Color convert

RGB451812-
CMYK00.60.730.82
HSL10.91º57.89%11.18%-
HSV(B)10.91º73.33%17.65%-
XYZ1.361.020.47-
YUV25.39120.45141.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 12 (5.08% from 255) = 16%
R=60%
G=24%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.73
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45181200.60.730.8210.9157.8911.18
Hex2D12C03C4952b3ab
Octal552214074111122137213
Binary10110110010110001111001001001101001010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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