#2B0905

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

Shades of Seal Brown #2B0905

Tints of Seal Brown #2B0905

Color information

#2B0905 (or 0x2B0905) is unknown color: approx Seal Brown. HEX triplet: 2B, 09 and 05. RGB value is (43,9,5). Sum of RGB (Red+Green+Blue) = 43+9+5=57 (7% of max value = 765). Red value is 43 (17.19% from 255 or 75.44% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0905 is #D4F6FA. Grayscale: #121212. Windows color (decimal): -13956859 or 330027. OLE color: 330027.

HSL color Cylindrical-coordinate representation of color #2B0905: hue angle of 6.32º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B0905 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.83.

Color convert

RGB4395-
CMYK00.790.880.83
HSL6.32º79.17%9.41%-
HSV(B)6.32º88.37%16.86%-
XYZ1.120.720.22-
YUV18.71120.26145.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 75.44%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 5 (2.34% from 255) = 8.77%
R=75.44%
G=15.79%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal439500.790.880.836.3279.179.41
Hex2B9504F585364f9
Octal531150117130123611711
Binary1010111001101010011111011000101001111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,9,5); }

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

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

 a { background-color: rgb(43,9,5); }

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

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

 span { border-color: rgb(43,9,5); }

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