#5A442E

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

Shades of Deep Bronze #5A442E

Tints of Deep Bronze #5A442E

Color information

#5A442E (or 0x5A442E) is unknown color: approx Deep Bronze. HEX triplet: 5A, 44 and 2E. RGB value is (90,68,46). Sum of RGB (Red+Green+Blue) = 90+68+46=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A442E is #A5BBD1. Grayscale: #484848. Windows color (decimal): -10861522 or 3032154. OLE color: 3032154.

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

Color convert

RGB906846-
CMYK00.240.490.65
HSL30º32.35%26.67%-
HSV(B)30º48.89%35.29%-
XYZ6.786.513.48-
YUV72.07113.29140.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=44.12%
G=33.33%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90684600.240.490.653032.3526.67
Hex5A442E01831411e201b
Octal1321045603061101364033
Binary1011010100010010111001100011000110000011111010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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