#534F21

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

Shades of Bronze Olive #534F21

Tints of Bronze Olive #534F21

Color information

#534F21 (or 0x534F21) is unknown color: approx Bronze Olive. HEX triplet: 53, 4F and 21. RGB value is (83,79,33). Sum of RGB (Red+Green+Blue) = 83+79+33=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #534F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F21 is #ACB0DE. Grayscale: #4B4B4B. Windows color (decimal): -11317471 or 2182995. OLE color: 2182995.

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

Color convert

RGB837933-
CMYK00.050.600.67
HSL55.2º43.1%22.75%-
HSV(B)55.2º60.24%32.55%-
XYZ6.647.542.54-
YUV74.95104.33133.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=42.56%
G=40.51%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83793300.050.600.6755.243.122.75
Hex534F21053C43372b17
Octal123117410574103675327
Binary101001110011111000010101111100100001111011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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