Html Css Color HEX #5D541F Bronze Olive

📋 copy color: '#5D541F'

red 93 ◦ green 84 ◦ blue 31

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

Shades of Bronze Olive #5D541F

Tints of Bronze Olive #5D541F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 44.71%
G = 40.38%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5D541F (or 0x5D541F) is known color: Bronze Olive. HEX triplet: 5D, 54 and 1F. RGB value is (93,84,31). Sum of RGB (Red+Green+Blue) = 93+84+31=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D541F is #A2ABE0. Grayscale: #505050. Windows color (decimal): -10660833 or 2053213. OLE color: 2053213.

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

Color convert

RGB 93 84 31 -
CMYK 0 0.10 0.67 0.64
HSL 51.29º 0.5% 0.24% -
HSV(B) 51.29º 0.67% 0.36% -
XYZ 7.93 8.77 2.57 -
YUV 80.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 93 84 31 0 0.10 0.67 0.64 51.29 0.5 0.24
Hex 5D 54 1F 0 A 43 40 33 32 18
Octal 135 124 37 0 12 103 100 63 62 30
Binary 1011101 1010100 11111 0 1010 1000011 1000000 110011 110010 11000

Color Harmonies of #5D541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D541F

Black with #5D541F

Text Example


Text Example

White with #5D541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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