#534E20

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

Shades of Bronze Olive #534E20

Tints of Bronze Olive #534E20

Color information

#534E20 (or 0x534E20) is unknown color: approx Bronze Olive. HEX triplet: 53, 4E and 20. RGB value is (83,78,32). Sum of RGB (Red+Green+Blue) = 83+78+32=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E20 is #ACB1DF. Grayscale: #4A4A4A. Windows color (decimal): -11317728 or 2117203. OLE color: 2117203.

HSL color Cylindrical-coordinate representation of color #534E20: hue angle of 54.12º 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 #534E20 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB837832-
CMYK00.060.610.67
HSL54.12º44.35%22.55%-
HSV(B)54.12º61.45%32.55%-
XYZ6.557.392.45-
YUV74.25104.16134.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=43.01%
G=40.41%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83783200.060.610.6754.1244.3522.55
Hex534E20063D43362c17
Octal123116400675103665427
Binary101001110011101000000110111101100001111011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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