#5D501D

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

Shades of Bronze Olive #5D501D

Tints of Bronze Olive #5D501D

Color information

#5D501D (or 0x5D501D) is unknown color: approx Bronze Olive. HEX triplet: 5D, 50 and 1D. RGB value is (93,80,29). Sum of RGB (Red+Green+Blue) = 93+80+29=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 93 - color contains mainly: red. Hex color #5D501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D501D is #A2AFE2. Grayscale: #4E4E4E. Windows color (decimal): -10661859 or 1921117. OLE color: 1921117.

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

Color convert

RGB938029-
CMYK00.140.690.64
HSL47.81º52.46%23.92%-
HSV(B)47.81º68.82%36.47%-
XYZ7.68.152.34-
YUV78.07100.31138.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.04%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 29 (11.72% from 255) = 14.36%
R=46.04%
G=39.60%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93802900.140.690.6447.8152.4623.92
Hex5D501D0E4540303418
Octal13512035016105100606430
Binary1011101101000011101011101000101100000011000011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,80,29); }

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

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

 a { background-color: rgb(93,80,29); }

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

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

 span { border-color: rgb(93,80,29); }

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