#4C0A03

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

Shades of Seal Brown #4C0A03

Tints of Seal Brown #4C0A03

Color information

#4C0A03 (or 0x4C0A03) is unknown color: approx Seal Brown. HEX triplet: 4C, 0A and 03. RGB value is (76,10,3). Sum of RGB (Red+Green+Blue) = 76+10+3=89 (11% of max value = 765). Red value is 76 (30.08% from 255 or 85.39% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0A03 is #B3F5FC. Grayscale: #1D1D1D. Windows color (decimal): -11793917 or 199244. OLE color: 199244.

HSL color Cylindrical-coordinate representation of color #4C0A03: hue angle of 5.75º 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 #4C0A03 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB76103-
CMYK00.870.960.70
HSL5.75º92.41%15.49%-
HSV(B)5.75º96.05%29.8%-
XYZ3.111.760.26-
YUV28.94113.37161.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 85.39%
GREEN value IS 10 (4.30% from 255) = 11.24%
BLUE value IS 3 (1.56% from 255) = 3.37%
R=85.39%
G=11.24%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7610300.870.960.705.7592.4115.49
Hex4CA3057604665cf
Octal1141230127140106613417
Binary1001100101011010101111100000100011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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