Html Css Color HEX #5D551C Bronze Olive

📋 copy color: '#5D551C'

red 93 ◦ green 85 ◦ blue 28

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

Shades of Bronze Olive #5D551C

Tints of Bronze Olive #5D551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.26%

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 45.15%
G = 41.26%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D551C (or 0x5D551C) is known color: Bronze Olive. HEX triplet: 5D, 55 and 1C. RGB value is (93,85,28). Sum of RGB (Red+Green+Blue) = 93+85+28=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D551C is #A2AAE3. Grayscale: #515151. Windows color (decimal): -10660580 or 1856861. OLE color: 1856861.

HSL color Cylindrical-coordinate representation of color #5D551C: hue angle of 52.62º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D551C is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 85 28 -
CMYK 0 0.09 0.70 0.64
HSL 52.62º 0.54% 0.24% -
HSV(B) 52.62º 0.7% 0.36% -
XYZ 7.97 8.91 2.4 -
YUV 80.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 93 85 28 0 0.09 0.70 0.64 52.62 0.54 0.24
Hex 5D 55 1C 0 9 46 40 35 36 18
Octal 135 125 34 0 11 106 100 65 66 30
Binary 1011101 1010101 11100 0 1001 1000110 1000000 110101 110110 11000

Color Harmonies of #5D551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D551C

Black with #5D551C

Text Example


Text Example

White with #5D551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,85,28); }

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

background-color css

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

 a { background-color: rgb(93,85,28); }

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

border-color css

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

 span { border-color: rgb(93,85,28); }

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