#5A441A

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

Shades of Bronze Olive #5A441A

Tints of Bronze Olive #5A441A

Color information

#5A441A (or 0x5A441A) is unknown color: approx Bronze Olive. HEX triplet: 5A, 44 and 1A. RGB value is (90,68,26). Sum of RGB (Red+Green+Blue) = 90+68+26=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A441A is #A5BBE5. Grayscale: #454545. Windows color (decimal): -10861542 or 1721434. OLE color: 1721434.

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

Color convert

RGB906826-
CMYK00.240.710.65
HSL39.38º55.17%22.75%-
HSV(B)39.38º71.11%35.29%-
XYZ6.476.381.87-
YUV69.79103.29142.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.91%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=48.91%
G=36.96%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90682600.240.710.6539.3855.1722.75
Hex5A441A0184741273717
Octal13210432030107101476727
Binary10110101000100110100110001000111100000110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,68,26); }

 H1.HeaderClassName
 {
   color: #5A441A;
 }
 .AnyTagClassName
 {
   color: #5A441A;
 }
</style>
background-color css

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

 a { background-color: rgb(90,68,26); }

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

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

 span { border-color: rgb(90,68,26); }

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