#2B0B07

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

Shades of Seal Brown #2B0B07

Tints of Seal Brown #2B0B07

Color information

#2B0B07 (or 0x2B0B07) is unknown color: approx Seal Brown. HEX triplet: 2B, 0B and 07. RGB value is (43,11,7). Sum of RGB (Red+Green+Blue) = 43+11+7=61 (8% of max value = 765). Red value is 43 (17.19% from 255 or 70.49% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0B07 is #D4F4F8. Grayscale: #141414. Windows color (decimal): -13956345 or 461611. OLE color: 461611.

HSL color Cylindrical-coordinate representation of color #2B0B07: hue angle of 6.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B0B07 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.83.

Color convert

RGB43117-
CMYK00.740.840.83
HSL6.67º72%9.8%-
HSV(B)6.67º83.72%16.86%-
XYZ1.150.770.29-
YUV20.11120.6144.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 70.49%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 7 (3.12% from 255) = 11.48%
R=70.49%
G=18.03%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4311700.740.840.836.67729.8
Hex2BB704A5453748a
Octal531370112124123711012
Binary1010111011111010010101010100101001111110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,11,7); }

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

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

 a { background-color: rgb(43,11,7); }

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

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

 span { border-color: rgb(43,11,7); }

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