#5D5708

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

Shades of Bronze Olive #5D5708

Tints of Bronze Olive #5D5708

Color information

#5D5708 (or 0x5D5708) is unknown color: approx Bronze Olive. HEX triplet: 5D, 57 and 08. RGB value is (93,87,8). Sum of RGB (Red+Green+Blue) = 93+87+8=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5708 is #A2A8F7. Grayscale: #505050. Windows color (decimal): -10660088 or 546653. OLE color: 546653.

HSL color Cylindrical-coordinate representation of color #5D5708: hue angle of 55.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D5708 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB93878-
CMYK00.060.910.64
HSL55.76º84.16%19.8%-
HSV(B)55.76º91.4%36.47%-
XYZ7.979.161.58-
YUV79.7987.49137.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.47%
GREEN value IS 87 (34.38% from 255) = 46.28%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=49.47%
G=46.28%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9387800.060.910.6455.7684.1619.8
Hex5D578065B40385414
Octal13512710061331007012424
Binary101110110101111000011010110111000000111000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,87,8); }

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

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

 a { background-color: rgb(93,87,8); }

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

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

 span { border-color: rgb(93,87,8); }

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