Html Css Color HEX #5A560F Bronze Olive

📋 copy color: '#5A560F'

red 90 ◦ green 86 ◦ blue 15

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

Shades of Bronze Olive #5A560F

Tints of Bronze Olive #5A560F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.03%

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 47.12%
G = 45.03%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#5A560F (or 0x5A560F) is known color: Bronze Olive. HEX triplet: 5A, 56 and 0F. RGB value is (90,86,15). Sum of RGB (Red+Green+Blue) = 90+86+15=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A560F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A560F is #A5A9F0. Grayscale: #4F4F4F. Windows color (decimal): -10856945 or 1005146. OLE color: 1005146.

HSL color Cylindrical-coordinate representation of color #5A560F: hue angle of 56.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A560F is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 86 15 -
CMYK 0 0.04 0.83 0.65
HSL 56.8º 0.71% 0.21% -
HSV(B) 56.8º 0.83% 0.35% -
XYZ 7.63 8.86 1.76 -
YUV 79.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 90 86 15 0 0.04 0.83 0.65 56.8 0.71 0.21
Hex 5A 56 F 0 4 53 41 39 47 15
Octal 132 126 17 0 4 123 101 71 107 25
Binary 1011010 1010110 1111 0 100 1010011 1000001 111001 1000111 10101

Color Harmonies of #5A560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A560F

Black with #5A560F

Text Example


Text Example

White with #5A560F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,86,15); }

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

background-color css

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

 a { background-color: rgb(90,86,15); }

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

border-color css

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

 span { border-color: rgb(90,86,15); }

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