Html Css Color HEX #5D4D09 Bronze Olive

📋 copy color: '#5D4D09'

red 93 ◦ green 77 ◦ blue 9

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

Shades of Bronze Olive #5D4D09

Tints of Bronze Olive #5D4D09

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.02%

 BLUE value IS 9 (3.91% from 255) = 5.03%

R = 51.96%
G = 43.02%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#5D4D09 (or 0x5D4D09) is known color: Bronze Olive. HEX triplet: 5D, 4D and 09. RGB value is (93,77,9). Sum of RGB (Red+Green+Blue) = 93+77+9=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D4D09 is #A2B2F6. Grayscale: #4A4A4A. Windows color (decimal): -10662647 or 609629. OLE color: 609629.

HSL color Cylindrical-coordinate representation of color #5D4D09: hue angle of 48.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D4D09 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 77 9 -
CMYK 0 0.17 0.90 0.64
HSL 48.57º 0.82% 0.2% -
HSV(B) 48.57º 0.9% 0.36% -
XYZ 7.22 7.65 1.36 -
YUV 74.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 93 77 9 0 0.17 0.90 0.64 48.57 0.82 0.2
Hex 5D 4D 9 0 11 5A 40 31 52 14
Octal 135 115 11 0 21 132 100 61 122 24
Binary 1011101 1001101 1001 0 10001 1011010 1000000 110001 1010010 10100

Color Harmonies of #5D4D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4D09

Black with #5D4D09

Text Example


Text Example

White with #5D4D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,77,9); }

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

background-color css

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

 a { background-color: rgb(93,77,9); }

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

border-color css

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

 span { border-color: rgb(93,77,9); }

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