#5A4324

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

Shades of Deep Bronze #5A4324

Tints of Deep Bronze #5A4324

Color information

#5A4324 (or 0x5A4324) is unknown color: approx Deep Bronze. HEX triplet: 5A, 43 and 24. RGB value is (90,67,36). Sum of RGB (Red+Green+Blue) = 90+67+36=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4324 is #A5BCDB. Grayscale: #464646. Windows color (decimal): -10861788 or 2376538. OLE color: 2376538.

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

Color convert

RGB906736-
CMYK00.260.600.65
HSL34.44º42.86%24.71%-
HSV(B)34.44º60%35.29%-
XYZ6.546.322.54-
YUV70.34108.62142.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.63%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=46.63%
G=34.72%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90673600.260.600.6534.4442.8624.71
Hex5A432401A3C41222b19
Octal1321034403274101425331
Binary10110101000011100100011010111100100000110001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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