Html Css Color HEX #5D5400 Bronze Olive

📋 copy color: '#5D5400'

red 93 ◦ green 84 ◦ blue 0

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

Shades of Bronze Olive #5D5400

Tints of Bronze Olive #5D5400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.46%

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

R = 52.54%
G = 47.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5D5400 (or 0x5D5400) is known color: Bronze Olive. HEX triplet: 5D, 54 and 00. RGB value is (93,84,0). Sum of RGB (Red+Green+Blue) = 93+84+0=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5400 is #A2ABFF. Grayscale: #4D4D4D. Windows color (decimal): -10660864 or 21597. OLE color: 21597.

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

Color convert

RGB 93 84 0 -
CMYK 0 0.10 1 0.64
HSL 54.19º 1% 0.18% -
HSV(B) 54.19º 1% 0.36% -
XYZ 7.68 8.67 1.27 -
YUV 77.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 93 84 0 0 0.10 1 0.64 54.19 1 0.18
Hex 5D 54 0 0 A 64 40 36 64 12
Octal 135 124 0 0 12 144 100 66 144 22
Binary 1011101 1010100 0 0 1010 1100100 1000000 110110 1100100 10010

Color Harmonies of #5D5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5400

Black with #5D5400

Text Example


Text Example

White with #5D5400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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