Html Css Color HEX #5D5224 Bronze Olive

📋 copy color: '#5D5224'

red 93 ◦ green 82 ◦ blue 36

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

Shades of Bronze Olive #5D5224

Tints of Bronze Olive #5D5224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.86%

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 44.08%
G = 38.86%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.64

RGB Variations

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

Color information

#5D5224 (or 0x5D5224) is known color: Bronze Olive. HEX triplet: 5D, 52 and 24. RGB value is (93,82,36). Sum of RGB (Red+Green+Blue) = 93+82+36=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5224 is #A2ADDB. Grayscale: #505050. Windows color (decimal): -10661340 or 2380381. OLE color: 2380381.

HSL color Cylindrical-coordinate representation of color #5D5224: hue angle of 48.42º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D5224 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 82 36 -
CMYK 0 0.12 0.61 0.64
HSL 48.42º 0.44% 0.25% -
HSV(B) 48.42º 0.61% 0.36% -
XYZ 7.85 8.49 2.89 -
YUV 80.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 93 82 36 0 0.12 0.61 0.64 48.42 0.44 0.25
Hex 5D 52 24 0 C 3D 40 30 2C 19
Octal 135 122 44 0 14 75 100 60 54 31
Binary 1011101 1010010 100100 0 1100 111101 1000000 110000 101100 11001

Color Harmonies of #5D5224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5224

Black with #5D5224

Text Example


Text Example

White with #5D5224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,82,36); }

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

background-color css

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

 a { background-color: rgb(93,82,36); }

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

border-color css

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

 span { border-color: rgb(93,82,36); }

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