Html Css Color HEX #5D5500 Bronze Olive

📋 copy color: '#5D5500'

red 93 ◦ green 85 ◦ blue 0

#5D5500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #5D5500

Tints of Bronze Olive #5D5500

RGB

 RED value IS 93 (36.72% from 255) = 52.25%

 GREEN value IS 85 (33.59% from 255) = 47.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.25%
G = 47.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5D5500 (or 0x5D5500) is known color: Bronze Olive. HEX triplet: 5D, 55 and 00. RGB value is (93,85,0). Sum of RGB (Red+Green+Blue) = 93+85+0=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5500 is #A2AAFF. Grayscale: #4E4E4E. Windows color (decimal): -10660608 or 21853. OLE color: 21853.

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

Color convert

RGB 93 85 0 -
CMYK 0 0.09 1 0.64
HSL 54.84º 1% 0.18% -
HSV(B) 54.84º 1% 0.36% -
XYZ 7.76 8.82 1.29 -
YUV 77.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 93 85 0 0 0.09 1 0.64 54.84 1 0.18
Hex 5D 55 0 0 9 64 40 37 64 12
Octal 135 125 0 0 11 144 100 67 144 22
Binary 1011101 1010101 0 0 1001 1100100 1000000 110111 1100100 10010

Color Harmonies of #5D5500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5500

Black with #5D5500

Text Example


Text Example

White with #5D5500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D5500;
 }
 .AnyTagClassName
 {
   color: #5D5500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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