#574222

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

Shades of Deep Bronze #574222

Tints of Deep Bronze #574222

Color information

#574222 (or 0x574222) is unknown color: approx Deep Bronze. HEX triplet: 57, 42 and 22. RGB value is (87,66,34). Sum of RGB (Red+Green+Blue) = 87+66+34=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #574222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574222 is #A8BDDD. Grayscale: #444444. Windows color (decimal): -11058654 or 2245207. OLE color: 2245207.

HSL color Cylindrical-coordinate representation of color #574222: hue angle of 36.23º 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 #574222 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB876634-
CMYK00.240.610.66
HSL36.23º43.8%23.73%-
HSV(B)36.23º60.92%34.12%-
XYZ6.176.042.35-
YUV68.63108.46141.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=46.52%
G=35.29%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87663400.240.610.6636.2343.823.73
Hex5742220183D42242c18
Octal1271024203075102445430
Binary10101111000010100010011000111101100001010010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574222; }

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

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

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

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

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

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

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

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