#4C0F00

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

Shades of Seal Brown #4C0F00

Tints of Seal Brown #4C0F00

Color information

#4C0F00 (or 0x4C0F00) is unknown color: approx Seal Brown. HEX triplet: 4C, 0F and 00. RGB value is (76,15,0). Sum of RGB (Red+Green+Blue) = 76+15+0=91 (12% of max value = 765). Red value is 76 (30.08% from 255 or 83.52% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0F00 is #B3F0FF. Grayscale: #1F1F1F. Windows color (decimal): -11792640 or 3916. OLE color: 3916.

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

Color convert

RGB76150-
CMYK00.8010.70
HSL11.84º100%14.9%-
HSV(B)11.84º100%29.8%-
XYZ3.151.880.2-
YUV31.53110.21159.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 83.52%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.52%
G=16.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7615000.8010.7011.8410014.9
Hex4CF00506446c64f
Octal11417001201441061414417
Binary1001100111100101000011001001000110110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,15,0); }

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

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

 a { background-color: rgb(76,15,0); }

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

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

 span { border-color: rgb(76,15,0); }

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