#4B0F06

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

Shades of Seal Brown #4B0F06

Tints of Seal Brown #4B0F06

Color information

#4B0F06 (or 0x4B0F06) is unknown color: approx Seal Brown. HEX triplet: 4B, 0F and 06. RGB value is (75,15,6). Sum of RGB (Red+Green+Blue) = 75+15+6=96 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.12% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0F06 is #B4F0F9. Grayscale: #202020. Windows color (decimal): -11858170 or 397131. OLE color: 397131.

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

Color convert

RGB75156-
CMYK00.800.920.71
HSL7.83º85.19%15.88%-
HSV(B)7.83º92%29.41%-
XYZ3.111.850.37-
YUV31.91113.38158.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 78.12%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=78.12%
G=15.62%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7515600.800.920.717.8385.1915.88
Hex4BF60505C4785510
Octal11317601201341071012520
Binary1001011111111001010000101110010001111000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,15,6); }

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

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

 a { background-color: rgb(75,15,6); }

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

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

 span { border-color: rgb(75,15,6); }

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