#4F4A0E

Color #4F4A0E Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #4F4A0E

Tints of Bronze Olive #4F4A0E

Color information

#4F4A0E (or 0x4F4A0E) is unknown color: approx Bronze Olive. HEX triplet: 4F, 4A and 0E. RGB value is (79,74,14). Sum of RGB (Red+Green+Blue) = 79+74+14=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4A0E is #B0B5F1. Grayscale: #444444. Windows color (decimal): -11580914 or 936527. OLE color: 936527.

HSL color Cylindrical-coordinate representation of color #4F4A0E: hue angle of 55.38º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F4A0E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB797414-
CMYK00.060.820.69
HSL55.38º69.89%18.24%-
HSV(B)55.38º82.28%30.98%-
XYZ5.756.591.38-
YUV68.6697.16135.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.31%
GREEN value IS 74 (29.30% from 255) = 44.31%
BLUE value IS 14 (5.86% from 255) = 8.38%
R=47.31%
G=44.31%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79741400.060.820.6955.3869.8918.24
Hex4F4AE065245374612
Octal11711216061221056710622
Binary100111110010101110011010100101000101110111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,74,14); }

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

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

 a { background-color: rgb(79,74,14); }

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

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

 span { border-color: rgb(79,74,14); }

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