#534C16

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

Shades of Bronze Olive #534C16

Tints of Bronze Olive #534C16

Color information

#534C16 (or 0x534C16) is unknown color: approx Bronze Olive. HEX triplet: 53, 4C and 16. RGB value is (83,76,22). Sum of RGB (Red+Green+Blue) = 83+76+22=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #534C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C16 is #ACB3E9. Grayscale: #484848. Windows color (decimal): -11318250 or 1461331. OLE color: 1461331.

HSL color Cylindrical-coordinate representation of color #534C16: hue angle of 53.11º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #534C16 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB837622-
CMYK00.080.730.67
HSL53.11º58.1%20.59%-
HSV(B)53.11º73.49%32.55%-
XYZ6.37.071.79-
YUV71.9499.82135.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 76 (30.08% from 255) = 41.99%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=45.86%
G=41.99%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83762200.080.730.6753.1158.120.59
Hex534C16084943353a15
Octal12311426010111103657225
Binary1010011100110010110010001001001100001111010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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