#2B1511

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

Shades of Seal Brown #2B1511

Tints of Seal Brown #2B1511

Color information

#2B1511 (or 0x2B1511) is unknown color: approx Seal Brown. HEX triplet: 2B, 15 and 11. RGB value is (43,21,17). Sum of RGB (Red+Green+Blue) = 43+21+17=81 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.09% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1511 is #D4EAEE. Grayscale: #1B1B1B. Windows color (decimal): -13953775 or 1119531. OLE color: 1119531.

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

Color convert

RGB432117-
CMYK00.510.600.83
HSL9.23º43.33%11.76%-
HSV(B)9.23º60.47%16.86%-
XYZ1.371.090.67-
YUV27.12122.29139.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 53.09%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=53.09%
G=25.93%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43211700.510.600.839.2343.3311.76
Hex2B15110333C5392bc
Octal53252106374123115314
Binary10101110101100010110011111100101001110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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