#4C0705

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

Shades of Seal Brown #4C0705

Tints of Seal Brown #4C0705

Color information

#4C0705 (or 0x4C0705) is unknown color: approx Seal Brown. HEX triplet: 4C, 07 and 05. RGB value is (76,7,5). Sum of RGB (Red+Green+Blue) = 76+7+5=88 (11% of max value = 765). Red value is 76 (30.08% from 255 or 86.36% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0705 is #B3F8FA. Grayscale: #1B1B1B. Windows color (decimal): -11794683 or 329548. OLE color: 329548.

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

Color convert

RGB7675-
CMYK00.910.930.70
HSL1.69º87.65%15.88%-
HSV(B)1.69º93.42%29.8%-
XYZ3.081.70.31-
YUV27.4115.36162.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 86.36%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 5 (2.34% from 255) = 5.68%
R=86.36%
G=7.95%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal767500.910.930.701.6987.6515.88
Hex4C7505B5D4625810
Octal114750133135106213020
Binary1001100111101010110111011101100011010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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