#4C0605

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

Shades of Seal Brown #4C0605

Tints of Seal Brown #4C0605

Color information

#4C0605 (or 0x4C0605) is unknown color: approx Seal Brown. HEX triplet: 4C, 06 and 05. RGB value is (76,6,5). Sum of RGB (Red+Green+Blue) = 76+6+5=87 (11% of max value = 765). Red value is 76 (30.08% from 255 or 87.36% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0605 is #B3F9FA. Grayscale: #1A1A1A. Windows color (decimal): -11794939 or 329292. OLE color: 329292.

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

Color convert

RGB7665-
CMYK00.920.930.70
HSL0.85º87.65%15.88%-
HSV(B)0.85º93.42%29.8%-
XYZ3.071.680.31-
YUV26.82115.69163.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 87.36%
GREEN value IS 6 (2.73% from 255) = 6.90%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=87.36%
G=6.90%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal766500.920.930.700.8587.6515.88
Hex4C6505C5D4615810
Octal114650134135106113020
Binary100110011010101011100101110110001101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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