Html Css Color HEX #5A460F Bronze Olive

📋 copy color: '#5A460F'

red 90 ◦ green 70 ◦ blue 15

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

Shades of Bronze Olive #5A460F

Tints of Bronze Olive #5A460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 51.43%
G = 40%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#5A460F (or 0x5A460F) is known color: Bronze Olive. HEX triplet: 5A, 46 and 0F. RGB value is (90,70,15). Sum of RGB (Red+Green+Blue) = 90+70+15=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A460F is #A5B9F0. Grayscale: #454545. Windows color (decimal): -10861041 or 1001050. OLE color: 1001050.

HSL color Cylindrical-coordinate representation of color #5A460F: hue angle of 44º 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 #5A460F is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 70 15 -
CMYK 0 0.22 0.83 0.65
HSL 44º 0.71% 0.21% -
HSV(B) 44º 0.83% 0.35% -
XYZ 6.49 6.59 1.38 -
YUV 69.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 90 70 15 0 0.22 0.83 0.65 44 0.71 0.21
Hex 5A 46 F 0 16 53 41 2C 47 15
Octal 132 106 17 0 26 123 101 54 107 25
Binary 1011010 1000110 1111 0 10110 1010011 1000001 101100 1000111 10101

Color Harmonies of #5A460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A460F

Black with #5A460F

Text Example


Text Example

White with #5A460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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