#5D530D

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

Shades of Bronze Olive #5D530D

Tints of Bronze Olive #5D530D

Color information

#5D530D (or 0x5D530D) is unknown color: approx Bronze Olive. HEX triplet: 5D, 53 and 0D. RGB value is (93,83,13). Sum of RGB (Red+Green+Blue) = 93+83+13=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 93 - color contains mainly: red. Hex color #5D530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D530D is #A2ACF2. Grayscale: #4E4E4E. Windows color (decimal): -10661107 or 873309. OLE color: 873309.

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

Color convert

RGB938313-
CMYK00.110.860.64
HSL52.5º75.47%20.78%-
HSV(B)52.5º86.02%36.47%-
XYZ7.688.541.62-
YUV78.0191.31138.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.21%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 13 (5.47% from 255) = 6.88%
R=49.21%
G=43.92%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93831300.110.860.6452.575.4720.78
Hex5D53D0B5640344b15
Octal135123150131261006411325
Binary1011101101001111010101110101101000000110100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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