Html Css Color HEX #5D501D Bronze Olive

📋 copy color: '#5D501D'

red 93 ◦ green 80 ◦ blue 29

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

Shades of Bronze Olive #5D501D

Tints of Bronze Olive #5D501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.36%

R = 46.04%
G = 39.6%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D501D (or 0x5D501D) is known color: Bronze Olive. HEX triplet: 5D, 50 and 1D. RGB value is (93,80,29). Sum of RGB (Red+Green+Blue) = 93+80+29=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 93 - color contains mainly: red. Hex color #5D501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D501D is #A2AFE2. Grayscale: #4E4E4E. Windows color (decimal): -10661859 or 1921117. OLE color: 1921117.

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

Color convert

RGB 93 80 29 -
CMYK 0 0.14 0.69 0.64
HSL 47.81º 0.52% 0.24% -
HSV(B) 47.81º 0.69% 0.36% -
XYZ 7.6 8.15 2.34 -
YUV 78.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 93 80 29 0 0.14 0.69 0.64 47.81 0.52 0.24
Hex 5D 50 1D 0 E 45 40 30 34 18
Octal 135 120 35 0 16 105 100 60 64 30
Binary 1011101 1010000 11101 0 1110 1000101 1000000 110000 110100 11000

Color Harmonies of #5D501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D501D

Black with #5D501D

Text Example


Text Example

White with #5D501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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