#2D1812

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

Shades of Seal Brown #2D1812

Tints of Seal Brown #2D1812

Color information

#2D1812 (or 0x2D1812) is unknown color: approx Seal Brown. HEX triplet: 2D, 18 and 12. RGB value is (45,24,18). Sum of RGB (Red+Green+Blue) = 45+24+18=87 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.72% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1812 is #D2E7ED. Grayscale: #1D1D1D. Windows color (decimal): -13821934 or 1185837. OLE color: 1185837.

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

Color convert

RGB452418-
CMYK00.470.60.82
HSL13.33º42.86%12.35%-
HSV(B)13.33º60%17.65%-
XYZ1.521.250.73-
YUV29.6121.46138.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 51.72%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=51.72%
G=27.59%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45241800.470.60.8213.3342.8612.35
Hex2D181202F3C52d2bc
Octal55302205774122155314
Binary10110111000100100101111111100101001011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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