#5D520D

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

Shades of Bronze Olive #5D520D

Tints of Bronze Olive #5D520D

Color information

#5D520D (or 0x5D520D) is unknown color: approx Bronze Olive. HEX triplet: 5D, 52 and 0D. RGB value is (93,82,13). Sum of RGB (Red+Green+Blue) = 93+82+13=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D520D is #A2ADF2. Grayscale: #4D4D4D. Windows color (decimal): -10661363 or 873053. OLE color: 873053.

HSL color Cylindrical-coordinate representation of color #5D520D: hue angle of 51.75º 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 #5D520D is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB938213-
CMYK00.120.860.64
HSL51.75º75.47%20.78%-
HSV(B)51.75º86.02%36.47%-
XYZ7.68.391.6-
YUV77.4291.64139.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.47%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=49.47%
G=43.62%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93821300.120.860.6451.7575.4720.78
Hex5D52D0C5640344b15
Octal135122150141261006411325
Binary1011101101001011010110010101101000000110100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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