#4C0402

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

Shades of Seal Brown #4C0402

Tints of Seal Brown #4C0402

Color information

#4C0402 (or 0x4C0402) is unknown color: approx Seal Brown. HEX triplet: 4C, 04 and 02. RGB value is (76,4,2). Sum of RGB (Red+Green+Blue) = 76+4+2=82 (10% of max value = 765). Red value is 76 (30.08% from 255 or 92.68% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0402 is #B3FBFD. Grayscale: #191919. Windows color (decimal): -11795454 or 132172. OLE color: 132172.

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

Color convert

RGB7642-
CMYK00.950.970.70
HSL1.62º94.87%15.29%-
HSV(B)1.62º97.37%29.8%-
XYZ3.031.630.21-
YUV25.3114.85164.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 92.68%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=92.68%
G=4.88%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal764200.950.970.701.6294.8715.29
Hex4C4205F614625ff
Octal114420137141106213717
Binary10011001001001011111110000110001101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,4,2); }

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

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

 a { background-color: rgb(76,4,2); }

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

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

 span { border-color: rgb(76,4,2); }

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