Html Css Color HEX #5D5121 Bronze Olive

📋 copy color: '#5D5121'

red 93 ◦ green 81 ◦ blue 33

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

Shades of Bronze Olive #5D5121

Tints of Bronze Olive #5D5121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

 BLUE value IS 33 (13.28% from 255) = 15.94%

R = 44.93%
G = 39.13%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#5D5121 (or 0x5D5121) is known color: Bronze Olive. HEX triplet: 5D, 51 and 21. RGB value is (93,81,33). Sum of RGB (Red+Green+Blue) = 93+81+33=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5121 is #A2AEDE. Grayscale: #4F4F4F. Windows color (decimal): -10661599 or 2183517. OLE color: 2183517.

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

Color convert

RGB 93 81 33 -
CMYK 0 0.13 0.65 0.64
HSL 48º 0.48% 0.25% -
HSV(B) 48º 0.65% 0.36% -
XYZ 7.73 8.32 2.64 -
YUV 79.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 93 81 33 0 0.13 0.65 0.64 48 0.48 0.25
Hex 5D 51 21 0 D 41 40 30 30 19
Octal 135 121 41 0 15 101 100 60 60 31
Binary 1011101 1010001 100001 0 1101 1000001 1000000 110000 110000 11001

Color Harmonies of #5D5121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5121

Black with #5D5121

Text Example


Text Example

White with #5D5121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,81,33); }

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

background-color css

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

 a { background-color: rgb(93,81,33); }

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

border-color css

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

 span { border-color: rgb(93,81,33); }

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