#4B1106

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

Shades of Seal Brown #4B1106

Tints of Seal Brown #4B1106

Color information

#4B1106 (or 0x4B1106) is unknown color: approx Seal Brown. HEX triplet: 4B, 11 and 06. RGB value is (75,17,6). Sum of RGB (Red+Green+Blue) = 75+17+6=98 (12% of max value = 765). Red value is 75 (29.69% from 255 or 76.53% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1106 is #B4EEF9. Grayscale: #212121. Windows color (decimal): -11857658 or 397643. OLE color: 397643.

HSL color Cylindrical-coordinate representation of color #4B1106: hue angle of 9.57º 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 #4B1106 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB75176-
CMYK00.770.920.71
HSL9.57º85.19%15.88%-
HSV(B)9.57º92%29.41%-
XYZ3.131.910.38-
YUV33.09112.72157.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 76.53%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=76.53%
G=17.35%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7517600.770.920.719.5785.1915.88
Hex4B11604D5C47a5510
Octal11321601151341071212520
Binary10010111000111001001101101110010001111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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