#5F4F22

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

Shades of Bronze Olive #5F4F22

Tints of Bronze Olive #5F4F22

Color information

#5F4F22 (or 0x5F4F22) is unknown color: approx Bronze Olive. HEX triplet: 5F, 4F and 22. RGB value is (95,79,34). Sum of RGB (Red+Green+Blue) = 95+79+34=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4F22 is #A0B0DD. Grayscale: #4E4E4E. Windows color (decimal): -10531038 or 2248543. OLE color: 2248543.

HSL color Cylindrical-coordinate representation of color #5F4F22: hue angle of 44.26º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F4F22 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.63.

Color convert

RGB957934-
CMYK00.170.640.63
HSL44.26º47.29%25.29%-
HSV(B)44.26º64.21%37.25%-
XYZ7.88.142.67-
YUV78.65102.8139.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.67%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=45.67%
G=37.98%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95793400.170.640.6344.2647.2925.29
Hex5F4F22011403F2c2f19
Octal1371174202110077545731
Binary10111111001111100010010001100000011111110110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4F22; }

 p { color: rgb(95,79,34); }

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

<style>
 a { background-color: #5F4F22; }

 a { background-color: rgb(95,79,34); }

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

<style>
 span { border-color: #5F4F22; }

 span { border-color: rgb(95,79,34); }

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