Html Css Color HEX #5D490D Bronze Olive

📋 copy color: '#5D490D'

red 93 ◦ green 73 ◦ blue 13

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

Shades of Bronze Olive #5D490D

Tints of Bronze Olive #5D490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

 BLUE value IS 13 (5.47% from 255) = 7.26%

R = 51.96%
G = 40.78%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5D490D (or 0x5D490D) is known color: Bronze Olive. HEX triplet: 5D, 49 and 0D. RGB value is (93,73,13). Sum of RGB (Red+Green+Blue) = 93+73+13=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D490D is #A2B6F2. Grayscale: #484848. Windows color (decimal): -10663667 or 870749. OLE color: 870749.

HSL color Cylindrical-coordinate representation of color #5D490D: hue angle of 45º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D490D is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 73 13 -
CMYK 0 0.22 0.86 0.64
HSL 45º 0.75% 0.21% -
HSV(B) 45º 0.86% 0.36% -
XYZ 6.97 7.12 1.39 -
YUV 72.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 93 73 13 0 0.22 0.86 0.64 45 0.75 0.21
Hex 5D 49 D 0 16 56 40 2D 4B 15
Octal 135 111 15 0 26 126 100 55 113 25
Binary 1011101 1001001 1101 0 10110 1010110 1000000 101101 1001011 10101

Color Harmonies of #5D490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D490D

Black with #5D490D

Text Example


Text Example

White with #5D490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,73,13); }

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

background-color css

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

 a { background-color: rgb(93,73,13); }

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

border-color css

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

 span { border-color: rgb(93,73,13); }

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