Html Css Color HEX #5A480C Bronze Olive

📋 copy color: '#5A480C'

red 90 ◦ green 72 ◦ blue 12

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

Shades of Bronze Olive #5A480C

Tints of Bronze Olive #5A480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.38%

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 51.72%
G = 41.38%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#5A480C (or 0x5A480C) is known color: Bronze Olive. HEX triplet: 5A, 48 and 0C. RGB value is (90,72,12). Sum of RGB (Red+Green+Blue) = 90+72+12=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A480C is #A5B7F3. Grayscale: #464646. Windows color (decimal): -10860532 or 804954. OLE color: 804954.

HSL color Cylindrical-coordinate representation of color #5A480C: hue angle of 46.15º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A480C is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 72 12 -
CMYK 0 0.20 0.87 0.65
HSL 46.15º 0.76% 0.2% -
HSV(B) 46.15º 0.87% 0.35% -
XYZ 6.6 6.83 1.32 -
YUV 70.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 90 72 12 0 0.20 0.87 0.65 46.15 0.76 0.2
Hex 5A 48 C 0 14 57 41 2E 4C 14
Octal 132 110 14 0 24 127 101 56 114 24
Binary 1011010 1001000 1100 0 10100 1010111 1000001 101110 1001100 10100

Color Harmonies of #5A480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A480C

Black with #5A480C

Text Example


Text Example

White with #5A480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,72,12); }

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

background-color css

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

 a { background-color: rgb(90,72,12); }

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

border-color css

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

 span { border-color: rgb(90,72,12); }

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