#5D531F

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

Shades of Bronze Olive #5D531F

Tints of Bronze Olive #5D531F

Color information

#5D531F (or 0x5D531F) is unknown color: approx Bronze Olive. HEX triplet: 5D, 53 and 1F. RGB value is (93,83,31). Sum of RGB (Red+Green+Blue) = 93+83+31=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D531F is #A2ACE0. Grayscale: #505050. Windows color (decimal): -10661089 or 2052957. OLE color: 2052957.

HSL color Cylindrical-coordinate representation of color #5D531F: hue angle of 50.32º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D531F is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB938331-
CMYK00.110.670.64
HSL50.32º50%24.31%-
HSV(B)50.32º66.67%36.47%-
XYZ7.858.612.54-
YUV80.06100.31137.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.93%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=44.93%
G=40.10%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93833100.110.670.6450.325024.31
Hex5D531F0B4340323218
Octal13512337013103100626230
Binary1011101101001111111010111000011100000011001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D531F; }

 p { color: rgb(93,83,31); }

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

<style>
 a { background-color: #5D531F; }

 a { background-color: rgb(93,83,31); }

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

<style>
 span { border-color: #5D531F; }

 span { border-color: rgb(93,83,31); }

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