#2B1512

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

Shades of Seal Brown #2B1512

Tints of Seal Brown #2B1512

Color information

#2B1512 (or 0x2B1512) is unknown color: approx Seal Brown. HEX triplet: 2B, 15 and 12. RGB value is (43,21,18). Sum of RGB (Red+Green+Blue) = 43+21+18=82 (10% of max value = 765). Red value is 43 (17.19% from 255 or 52.44% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1512 is #D4EAED. Grayscale: #1B1B1B. Windows color (decimal): -13953774 or 1185067. OLE color: 1185067.

HSL color Cylindrical-coordinate representation of color #2B1512: hue angle of 7.2º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B1512 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.83.

Color convert

RGB432118-
CMYK00.510.580.83
HSL7.2º40.98%11.96%-
HSV(B)7.2º58.14%16.86%-
XYZ1.371.090.71-
YUV27.24122.79139.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 52.44%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=52.44%
G=25.61%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43211800.510.580.837.240.9811.96
Hex2B15120333A53729c
Octal5325220637212375114
Binary1010111010110010011001111101010100111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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