#5A442C

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

Shades of Deep Bronze #5A442C

Tints of Deep Bronze #5A442C

Color information

#5A442C (or 0x5A442C) is unknown color: approx Deep Bronze. HEX triplet: 5A, 44 and 2C. RGB value is (90,68,44). Sum of RGB (Red+Green+Blue) = 90+68+44=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A442C is #A5BBD3. Grayscale: #474747. Windows color (decimal): -10861524 or 2901082. OLE color: 2901082.

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

Color convert

RGB906844-
CMYK00.240.510.65
HSL31.3º34.33%26.27%-
HSV(B)31.3º51.11%35.29%-
XYZ6.746.493.28-
YUV71.84112.29140.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.55%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=44.55%
G=33.66%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90684400.240.510.6531.334.3326.27
Hex5A442C01833411f221a
Octal1321045403063101374232
Binary1011010100010010110001100011001110000011111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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