#5D5308

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

Shades of Bronze Olive #5D5308

Tints of Bronze Olive #5D5308

Color information

#5D5308 (or 0x5D5308) is unknown color: approx Bronze Olive. HEX triplet: 5D, 53 and 08. RGB value is (93,83,8). Sum of RGB (Red+Green+Blue) = 93+83+8=184 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.54% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5308 is #A2ACF7. Grayscale: #4D4D4D. Windows color (decimal): -10661112 or 545629. OLE color: 545629.

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

Color convert

RGB93838-
CMYK00.110.910.64
HSL52.94º84.16%19.8%-
HSV(B)52.94º91.4%36.47%-
XYZ7.658.531.47-
YUV77.4488.81139.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 50.54%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=50.54%
G=45.11%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9383800.110.910.6452.9484.1619.8
Hex5D5380B5B40355414
Octal135123100131331006512424
Binary1011101101001110000101110110111000000110101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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