#4C140F

Color #4C140F Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #4C140F

Tints of Red Oxide #4C140F

Color information

#4C140F (or 0x4C140F) is unknown color: approx Red Oxide. HEX triplet: 4C, 14 and 0F. RGB value is (76,20,15). Sum of RGB (Red+Green+Blue) = 76+20+15=111 (14% of max value = 765). Red value is 76 (30.08% from 255 or 68.47% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 76 - color contains mainly: red. Hex color #4C140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C140F is #B3EBF0. Grayscale: #242424. Windows color (decimal): -11791345 or 988236. OLE color: 988236.

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

Color convert

RGB762015-
CMYK00.740.800.70
HSL4.92º67.03%17.84%-
HSV(B)4.92º80.26%29.8%-
XYZ3.322.070.68-
YUV36.17116.05156.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 68.47%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=68.47%
G=18.02%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76201500.740.800.704.9267.0317.84
Hex4C14F04A504654312
Octal11424170112120106510322
Binary10011001010011110100101010100001000110101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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