#534C21

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

Shades of Bronze Olive #534C21

Tints of Bronze Olive #534C21

Color information

#534C21 (or 0x534C21) is unknown color: approx Bronze Olive. HEX triplet: 53, 4C and 21. RGB value is (83,76,33). Sum of RGB (Red+Green+Blue) = 83+76+33=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #534C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C21 is #ACB3DE. Grayscale: #494949. Windows color (decimal): -11318239 or 2182227. OLE color: 2182227.

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

Color convert

RGB837633-
CMYK00.080.600.67
HSL51.6º43.1%22.75%-
HSV(B)51.6º60.24%32.55%-
XYZ6.437.122.47-
YUV73.19105.32135-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=43.23%
G=39.58%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83763300.080.600.6751.643.122.75
Hex534C21083C43342b17
Octal1231144101074103645327
Binary1010011100110010000101000111100100001111010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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