#2D1412

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

Shades of Seal Brown #2D1412

Tints of Seal Brown #2D1412

Color information

#2D1412 (or 0x2D1412) is unknown color: approx Seal Brown. HEX triplet: 2D, 14 and 12. RGB value is (45,20,18). Sum of RGB (Red+Green+Blue) = 45+20+18=83 (10% of max value = 765). Red value is 45 (17.97% from 255 or 54.22% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1412 is #D2EBED. Grayscale: #1B1B1B. Windows color (decimal): -13822958 or 1184813. OLE color: 1184813.

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

Color convert

RGB452018-
CMYK00.560.60.82
HSL4.44º42.86%12.35%-
HSV(B)4.44º60%17.65%-
XYZ1.441.10.71-
YUV27.25122.78140.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 54.22%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=54.22%
G=24.10%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45201800.560.60.824.4442.8612.35
Hex2D14120383C5242bc
Octal5524220707412245314
Binary1011011010010010011100011110010100101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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