Html Css Color HEX #5A4B1C Bronze Olive

📋 copy color: '#5A4B1C'

red 90 ◦ green 75 ◦ blue 28

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

Shades of Bronze Olive #5A4B1C

Tints of Bronze Olive #5A4B1C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.86%

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

R = 46.63%
G = 38.86%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A4B1C (or 0x5A4B1C) is known color: Bronze Olive. HEX triplet: 5A, 4B and 1C. RGB value is (90,75,28). Sum of RGB (Red+Green+Blue) = 90+75+28=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4B1C is #A5B4E3. Grayscale: #4A4A4A. Windows color (decimal): -10859748 or 1854298. OLE color: 1854298.

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

Color convert

RGB 90 75 28 -
CMYK 0 0.17 0.69 0.65
HSL 45.48º 0.53% 0.23% -
HSV(B) 45.48º 0.69% 0.35% -
XYZ 6.94 7.29 2.14 -
YUV 74.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 90 75 28 0 0.17 0.69 0.65 45.48 0.53 0.23
Hex 5A 4B 1C 0 11 45 41 2D 35 17
Octal 132 113 34 0 21 105 101 55 65 27
Binary 1011010 1001011 11100 0 10001 1000101 1000001 101101 110101 10111

Color Harmonies of #5A4B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B1C

Black with #5A4B1C

Text Example


Text Example

White with #5A4B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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