#534E21

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

Shades of Bronze Olive #534E21

Tints of Bronze Olive #534E21

Color information

#534E21 (or 0x534E21) is unknown color: approx Bronze Olive. HEX triplet: 53, 4E and 21. RGB value is (83,78,33). Sum of RGB (Red+Green+Blue) = 83+78+33=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #534E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E21 is #ACB1DE. Grayscale: #4A4A4A. Windows color (decimal): -11317727 or 2182739. OLE color: 2182739.

HSL color Cylindrical-coordinate representation of color #534E21: hue angle of 54º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534E21 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB837833-
CMYK00.060.600.67
HSL54º43.1%22.75%-
HSV(B)54º60.24%32.55%-
XYZ6.577.42.52-
YUV74.36104.66134.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 78 (30.86% from 255) = 40.21%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=42.78%
G=40.21%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83783300.060.600.675443.122.75
Hex534E21063C43362b17
Octal123116410674103665327
Binary101001110011101000010110111100100001111011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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