#5D551D

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

Shades of Bronze Olive #5D551D

Tints of Bronze Olive #5D551D

Color information

#5D551D (or 0x5D551D) is unknown color: approx Bronze Olive. HEX triplet: 5D, 55 and 1D. RGB value is (93,85,29). Sum of RGB (Red+Green+Blue) = 93+85+29=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D551D is #A2AAE2. Grayscale: #515151. Windows color (decimal): -10660579 or 1922397. OLE color: 1922397.

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

Color convert

RGB938529-
CMYK00.090.690.64
HSL52.5º52.46%23.92%-
HSV(B)52.5º68.82%36.47%-
XYZ7.988.912.46-
YUV81.0198.65136.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.93%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 29 (11.72% from 255) = 14.01%
R=44.93%
G=41.06%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93852900.090.690.6452.552.4623.92
Hex5D551D094540343418
Octal13512535011105100646430
Binary1011101101010111101010011000101100000011010011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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