Html Css Color HEX #5A471C Bronze Olive

📋 copy color: '#5A471C'

red 90 ◦ green 71 ◦ blue 28

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

Shades of Bronze Olive #5A471C

Tints of Bronze Olive #5A471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.81%

R = 47.62%
G = 37.57%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A471C (or 0x5A471C) is known color: Bronze Olive. HEX triplet: 5A, 47 and 1C. RGB value is (90,71,28). Sum of RGB (Red+Green+Blue) = 90+71+28=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A471C is #A5B8E3. Grayscale: #474747. Windows color (decimal): -10860772 or 1853274. OLE color: 1853274.

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

Color convert

RGB 90 71 28 -
CMYK 0 0.21 0.69 0.65
HSL 41.61º 0.53% 0.23% -
HSV(B) 41.61º 0.69% 0.35% -
XYZ 6.68 6.76 2.05 -
YUV 71.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 90 71 28 0 0.21 0.69 0.65 41.61 0.53 0.23
Hex 5A 47 1C 0 15 45 41 2A 35 17
Octal 132 107 34 0 25 105 101 52 65 27
Binary 1011010 1000111 11100 0 10101 1000101 1000001 101010 110101 10111

Color Harmonies of #5A471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A471C

Black with #5A471C

Text Example


Text Example

White with #5A471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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