Html Css Color HEX #5A4712 Bronze Olive

📋 copy color: '#5A4712'

red 90 ◦ green 71 ◦ blue 18

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

Shades of Bronze Olive #5A4712

Tints of Bronze Olive #5A4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.66%

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 50.28%
G = 39.66%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#5A4712 (or 0x5A4712) is known color: Bronze Olive. HEX triplet: 5A, 47 and 12. RGB value is (90,71,18). Sum of RGB (Red+Green+Blue) = 90+71+18=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4712 is #A5B8ED. Grayscale: #464646. Windows color (decimal): -10860782 or 1197914. OLE color: 1197914.

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

Color convert

RGB 90 71 18 -
CMYK 0 0.21 0.80 0.65
HSL 44.17º 0.67% 0.21% -
HSV(B) 44.17º 0.8% 0.35% -
XYZ 6.58 6.72 1.52 -
YUV 70.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 90 71 18 0 0.21 0.80 0.65 44.17 0.67 0.21
Hex 5A 47 12 0 15 50 41 2C 43 15
Octal 132 107 22 0 25 120 101 54 103 25
Binary 1011010 1000111 10010 0 10101 1010000 1000001 101100 1000011 10101

Color Harmonies of #5A4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4712

Black with #5A4712

Text Example


Text Example

White with #5A4712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,71,18); }

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

background-color css

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

 a { background-color: rgb(90,71,18); }

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

border-color css

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

 span { border-color: rgb(90,71,18); }

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