#4F1B14

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

Shades of Red Oxide #4F1B14

Tints of Red Oxide #4F1B14

Color information

#4F1B14 (or 0x4F1B14) is unknown color: approx Red Oxide. HEX triplet: 4F, 1B and 14. RGB value is (79,27,20). Sum of RGB (Red+Green+Blue) = 79+27+20=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1B14 is #B0E4EB. Grayscale: #292929. Windows color (decimal): -11592940 or 1317711. OLE color: 1317711.

HSL color Cylindrical-coordinate representation of color #4F1B14: hue angle of 7.12º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F1B14 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB792720-
CMYK00.660.750.69
HSL7.12º59.6%19.41%-
HSV(B)7.12º74.68%30.98%-
XYZ3.742.50.95-
YUV41.75115.73154.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 62.70%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=62.70%
G=21.43%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79272000.660.750.697.1259.619.41
Hex4F1B140424B4573c13
Octal1173324010211310577423
Binary10011111101110100010000101001011100010111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,27,20); }

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

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

 a { background-color: rgb(79,27,20); }

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

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

 span { border-color: rgb(79,27,20); }

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