#4B0B09

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

Shades of Seal Brown #4B0B09

Tints of Seal Brown #4B0B09

Color information

#4B0B09 (or 0x4B0B09) is unknown color: approx Seal Brown. HEX triplet: 4B, 0B and 09. RGB value is (75,11,9). Sum of RGB (Red+Green+Blue) = 75+11+9=95 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.95% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0B09 is #B4F4F6. Grayscale: #1D1D1D. Windows color (decimal): -11859191 or 592715. OLE color: 592715.

HSL color Cylindrical-coordinate representation of color #4B0B09: hue angle of 1.82º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B0B09 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB75119-
CMYK00.850.880.71
HSL1.82º78.57%16.47%-
HSV(B)1.82º88%29.41%-
XYZ3.071.750.44-
YUV29.91116.2160.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 78.95%
GREEN value IS 11 (4.69% from 255) = 11.58%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=78.95%
G=11.58%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7511900.850.880.711.8278.5716.47
Hex4BB9055584724f10
Octal11313110125130107211720
Binary100101110111001010101011011000100011110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B0B09; }

 p { color: rgb(75,11,9); }

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

<style>
 a { background-color: #4B0B09; }

 a { background-color: rgb(75,11,9); }

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

<style>
 span { border-color: #4B0B09; }

 span { border-color: rgb(75,11,9); }

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