Html Css Color HEX #5D501E Bronze Olive

📋 copy color: '#5D501E'

red 93 ◦ green 80 ◦ blue 30

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

Shades of Bronze Olive #5D501E

Tints of Bronze Olive #5D501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 30 (12.11% from 255) = 14.78%

R = 45.81%
G = 39.41%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5D501E (or 0x5D501E) is known color: Bronze Olive. HEX triplet: 5D, 50 and 1E. RGB value is (93,80,30). Sum of RGB (Red+Green+Blue) = 93+80+30=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D501E is #A2AFE1. Grayscale: #4E4E4E. Windows color (decimal): -10661858 or 1986653. OLE color: 1986653.

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

Color convert

RGB 93 80 30 -
CMYK 0 0.14 0.68 0.64
HSL 47.62º 0.51% 0.24% -
HSV(B) 47.62º 0.68% 0.36% -
XYZ 7.62 8.16 2.4 -
YUV 78.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 93 80 30 0 0.14 0.68 0.64 47.62 0.51 0.24
Hex 5D 50 1E 0 E 44 40 30 33 18
Octal 135 120 36 0 16 104 100 60 63 30
Binary 1011101 1010000 11110 0 1110 1000100 1000000 110000 110011 11000

Color Harmonies of #5D501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D501E

Black with #5D501E

Text Example


Text Example

White with #5D501E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,80,30); }

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

background-color css

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

 a { background-color: rgb(93,80,30); }

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

border-color css

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

 span { border-color: rgb(93,80,30); }

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