Html Css Color HEX #5A500D Bronze Olive

📋 copy color: '#5A500D'

red 90 ◦ green 80 ◦ blue 13

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

Shades of Bronze Olive #5A500D

Tints of Bronze Olive #5A500D

RGB

 RED value IS 90 (35.55% from 255) = 49.18%

 GREEN value IS 80 (31.64% from 255) = 43.72%

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

R = 49.18%
G = 43.72%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#5A500D (or 0x5A500D) is known color: Bronze Olive. HEX triplet: 5A, 50 and 0D. RGB value is (90,80,13). Sum of RGB (Red+Green+Blue) = 90+80+13=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A500D is #A5AFF2. Grayscale: #4B4B4B. Windows color (decimal): -10858483 or 872538. OLE color: 872538.

HSL color Cylindrical-coordinate representation of color #5A500D: hue angle of 52.21º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A500D is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 80 13 -
CMYK 0 0.11 0.86 0.65
HSL 52.21º 0.75% 0.2% -
HSV(B) 52.21º 0.86% 0.35% -
XYZ 7.16 7.94 1.54 -
YUV 75.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 90 80 13 0 0.11 0.86 0.65 52.21 0.75 0.2
Hex 5A 50 D 0 B 56 41 34 4B 14
Octal 132 120 15 0 13 126 101 64 113 24
Binary 1011010 1010000 1101 0 1011 1010110 1000001 110100 1001011 10100

Color Harmonies of #5A500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A500D

Black with #5A500D

Text Example


Text Example

White with #5A500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,80,13); }

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

background-color css

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

 a { background-color: rgb(90,80,13); }

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

border-color css

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

 span { border-color: rgb(90,80,13); }

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