#574322

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

Shades of Deep Bronze #574322

Tints of Deep Bronze #574322

Color information

#574322 (or 0x574322) is unknown color: approx Deep Bronze. HEX triplet: 57, 43 and 22. RGB value is (87,67,34). Sum of RGB (Red+Green+Blue) = 87+67+34=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #574322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574322 is #A8BCDD. Grayscale: #454545. Windows color (decimal): -11058398 or 2245463. OLE color: 2245463.

HSL color Cylindrical-coordinate representation of color #574322: hue angle of 37.36º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574322 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB876734-
CMYK00.230.610.66
HSL37.36º43.8%23.73%-
HSV(B)37.36º60.92%34.12%-
XYZ6.236.162.37-
YUV69.22108.13140.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 34 (13.67% from 255) = 18.09%
R=46.28%
G=35.64%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87673400.230.610.6637.3643.823.73
Hex5743220173D42252c18
Octal1271034202775102455430
Binary10101111000011100010010111111101100001010010110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574322; }

 p { color: rgb(87,67,34); }

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

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

 a { background-color: rgb(87,67,34); }

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

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

 span { border-color: rgb(87,67,34); }

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