#4C0603

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

Shades of Seal Brown #4C0603

Tints of Seal Brown #4C0603

Color information

#4C0603 (or 0x4C0603) is unknown color: approx Seal Brown. HEX triplet: 4C, 06 and 03. RGB value is (76,6,3). Sum of RGB (Red+Green+Blue) = 76+6+3=85 (11% of max value = 765). Red value is 76 (30.08% from 255 or 89.41% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0603 is #B3F9FC. Grayscale: #1A1A1A. Windows color (decimal): -11794941 or 198220. OLE color: 198220.

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

Color convert

RGB7663-
CMYK00.920.960.70
HSL2.47º92.41%15.49%-
HSV(B)2.47º96.05%29.8%-
XYZ3.061.670.25-
YUV26.59114.69163.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 89.41%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=89.41%
G=7.06%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal766300.920.960.702.4792.4115.49
Hex4C6305C604625cf
Octal114630134140106213417
Binary10011001101101011100110000010001101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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