#2D1512

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

Shades of Seal Brown #2D1512

Tints of Seal Brown #2D1512

Color information

#2D1512 (or 0x2D1512) is unknown color: approx Seal Brown. HEX triplet: 2D, 15 and 12. RGB value is (45,21,18). Sum of RGB (Red+Green+Blue) = 45+21+18=84 (11% of max value = 765). Red value is 45 (17.97% from 255 or 53.57% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1512 is #D2EAED. Grayscale: #1B1B1B. Windows color (decimal): -13822702 or 1185069. OLE color: 1185069.

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

Color convert

RGB452118-
CMYK00.530.60.82
HSL6.67º42.86%12.35%-
HSV(B)6.67º60%17.65%-
XYZ1.461.140.71-
YUV27.83122.45140.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 53.57%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=53.57%
G=25%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45211800.530.60.826.6742.8612.35
Hex2D15120353C5272bc
Octal5525220657412275314
Binary1011011010110010011010111110010100101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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