#5A432A

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

Shades of Deep Bronze #5A432A

Tints of Deep Bronze #5A432A

Color information

#5A432A (or 0x5A432A) is unknown color: approx Deep Bronze. HEX triplet: 5A, 43 and 2A. RGB value is (90,67,42). Sum of RGB (Red+Green+Blue) = 90+67+42=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A432A is #A5BCD5. Grayscale: #474747. Windows color (decimal): -10861782 or 2769754. OLE color: 2769754.

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

Color convert

RGB906742-
CMYK00.260.530.65
HSL31.25º36.36%25.88%-
HSV(B)31.25º53.33%35.29%-
XYZ6.646.363.07-
YUV71.03111.62141.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=45.23%
G=33.67%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90674200.260.530.6531.2536.3625.88
Hex5A432A01A35411f241a
Octal1321035203265101374432
Binary1011010100001110101001101011010110000011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,67,42); }

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

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

 a { background-color: rgb(90,67,42); }

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

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

 span { border-color: rgb(90,67,42); }

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