#4C0908

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

Shades of Seal Brown #4C0908

Tints of Seal Brown #4C0908

Color information

#4C0908 (or 0x4C0908) is unknown color: approx Seal Brown. HEX triplet: 4C, 09 and 08. RGB value is (76,9,8). Sum of RGB (Red+Green+Blue) = 76+9+8=93 (12% of max value = 765). Red value is 76 (30.08% from 255 or 81.72% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0908 is #B3F6F7. Grayscale: #1C1C1C. Windows color (decimal): -11794168 or 526668. OLE color: 526668.

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

Color convert

RGB7698-
CMYK00.880.890.70
HSL0.88º80.95%16.47%-
HSV(B)0.88º89.47%29.8%-
XYZ3.121.750.4-
YUV28.92116.2161.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 81.72%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=81.72%
G=9.68%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal769800.880.890.700.8880.9516.47
Hex4C98058594615110
Octal11411100130131106112120
Binary10011001001100001011000101100110001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,9,8); }

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

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

 a { background-color: rgb(76,9,8); }

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

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

 span { border-color: rgb(76,9,8); }

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