#5D5300

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

Shades of Bronze Olive #5D5300

Tints of Bronze Olive #5D5300

Color information

#5D5300 (or 0x5D5300) is unknown color: approx Bronze Olive. HEX triplet: 5D, 53 and 00. RGB value is (93,83,0). Sum of RGB (Red+Green+Blue) = 93+83+0=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5300 is #A2ACFF. Grayscale: #4C4C4C. Windows color (decimal): -10661120 or 21341. OLE color: 21341.

HSL color Cylindrical-coordinate representation of color #5D5300: hue angle of 53.55º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D5300 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB93830-
CMYK00.1110.64
HSL53.55º100%18.24%-
HSV(B)53.55º100%36.47%-
XYZ7.618.511.24-
YUV76.5384.81139.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 52.84%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.84%
G=47.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9383000.1110.6453.5510018.24
Hex5D5300B6440366412
Octal13512300131441006614422
Binary1011101101001100101111001001000000110110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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