#5A480C

Color #5A480C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #5A480C

Tints of Bronze Olive #5A480C

Color information

#5A480C (or 0x5A480C) is unknown color: approx 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

RGB907212-
CMYK00.200.870.65
HSL46.15º76.47%20%-
HSV(B)46.15º86.67%35.29%-
XYZ6.66.831.32-
YUV70.5494.96141.88-

RGB Variations

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

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.90%
R=51.72%
G=41.38%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90721200.200.870.6546.1576.4720
Hex5A48C01457412e4c14
Octal132110140241271015611424
Binary10110101001000110001010010101111000001101110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>