#534F20

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

Shades of Bronze Olive #534F20

Tints of Bronze Olive #534F20

Color information

#534F20 (or 0x534F20) is unknown color: approx Bronze Olive. HEX triplet: 53, 4F and 20. RGB value is (83,79,32). Sum of RGB (Red+Green+Blue) = 83+79+32=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #534F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F20 is #ACB0DF. Grayscale: #4B4B4B. Windows color (decimal): -11317472 or 2117459. OLE color: 2117459.

HSL color Cylindrical-coordinate representation of color #534F20: hue angle of 55.29º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534F20 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB837932-
CMYK00.050.610.67
HSL55.29º44.35%22.55%-
HSV(B)55.29º61.45%32.55%-
XYZ6.627.542.47-
YUV74.84103.83133.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=42.78%
G=40.72%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83793200.050.610.6755.2944.3522.55
Hex534F20053D43372c17
Octal123117400575103675427
Binary101001110011111000000101111101100001111011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F20; }

 p { color: rgb(83,79,32); }

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

<style>
 a { background-color: #534F20; }

 a { background-color: rgb(83,79,32); }

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

<style>
 span { border-color: #534F20; }

 span { border-color: rgb(83,79,32); }

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