Html Css Color HEX #5D4711 Bronze Olive

📋 copy color: '#5D4711'

red 93 ◦ green 71 ◦ blue 17

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

Shades of Bronze Olive #5D4711

Tints of Bronze Olive #5D4711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.23%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 51.38%
G = 39.23%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#5D4711 (or 0x5D4711) is known color: Bronze Olive. HEX triplet: 5D, 47 and 11. RGB value is (93,71,17). Sum of RGB (Red+Green+Blue) = 93+71+17=181 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.38% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4711 is #A2B8EE. Grayscale: #474747. Windows color (decimal): -10664175 or 1132381. OLE color: 1132381.

HSL color Cylindrical-coordinate representation of color #5D4711: hue angle of 42.63º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D4711 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 71 17 -
CMYK 0 0.24 0.82 0.64
HSL 42.63º 0.69% 0.22% -
HSV(B) 42.63º 0.82% 0.36% -
XYZ 6.87 6.87 1.5 -
YUV 71.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 93 71 17 0 0.24 0.82 0.64 42.63 0.69 0.22
Hex 5D 47 11 0 18 52 40 2B 45 16
Octal 135 107 21 0 30 122 100 53 105 26
Binary 1011101 1000111 10001 0 11000 1010010 1000000 101011 1000101 10110

Color Harmonies of #5D4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4711

Black with #5D4711

Text Example


Text Example

White with #5D4711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,71,17); }

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

background-color css

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

 a { background-color: rgb(93,71,17); }

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

border-color css

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

 span { border-color: rgb(93,71,17); }

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