#4C0B03

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

Shades of Seal Brown #4C0B03

Tints of Seal Brown #4C0B03

Color information

#4C0B03 (or 0x4C0B03) is unknown color: approx Seal Brown. HEX triplet: 4C, 0B and 03. RGB value is (76,11,3). Sum of RGB (Red+Green+Blue) = 76+11+3=90 (11% of max value = 765). Red value is 76 (30.08% from 255 or 84.44% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0B03 is #B3F4FC. Grayscale: #1D1D1D. Windows color (decimal): -11793661 or 199500. OLE color: 199500.

HSL color Cylindrical-coordinate representation of color #4C0B03: hue angle of 6.58º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0B03 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB76113-
CMYK00.860.960.70
HSL6.58º92.41%15.49%-
HSV(B)6.58º96.05%29.8%-
XYZ3.121.780.27-
YUV29.52113.03161.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 84.44%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 3 (1.56% from 255) = 3.33%
R=84.44%
G=12.22%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7611300.860.960.706.5892.4115.49
Hex4CB3056604675cf
Octal1141330126140106713417
Binary1001100101111010101101100000100011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,11,3); }

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

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

 a { background-color: rgb(76,11,3); }

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

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

 span { border-color: rgb(76,11,3); }

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