#4C0800

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

Shades of Seal Brown #4C0800

Tints of Seal Brown #4C0800

Color information

#4C0800 (or 0x4C0800) is unknown color: approx Seal Brown. HEX triplet: 4C, 08 and 00. RGB value is (76,8,0). Sum of RGB (Red+Green+Blue) = 76+8+0=84 (11% of max value = 765). Red value is 76 (30.08% from 255 or 90.48% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0800 is #B3F7FF. Grayscale: #1B1B1B. Windows color (decimal): -11794432 or 2124. OLE color: 2124.

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

Color convert

RGB7680-
CMYK00.8910.70
HSL6.32º100%14.9%-
HSV(B)6.32º100%29.8%-
XYZ3.071.710.17-
YUV27.42112.53162.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 90.48%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.48%
G=9.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal768000.8910.706.3210014.9
Hex4C800596446664f
Octal1141000131144106614417
Binary100110010000010110011100100100011011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,8,0); }

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

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

 a { background-color: rgb(76,8,0); }

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

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

 span { border-color: rgb(76,8,0); }

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