#574226

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

Shades of Deep Bronze #574226

Tints of Deep Bronze #574226

Color information

#574226 (or 0x574226) is unknown color: approx Deep Bronze. HEX triplet: 57, 42 and 26. RGB value is (87,66,38). Sum of RGB (Red+Green+Blue) = 87+66+38=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #574226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574226 is #A8BDD9. Grayscale: #454545. Windows color (decimal): -11058650 or 2507351. OLE color: 2507351.

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

Color convert

RGB876638-
CMYK00.240.560.66
HSL34.29º39.2%24.51%-
HSV(B)34.29º56.32%34.12%-
XYZ6.236.062.68-
YUV69.09110.46140.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=45.55%
G=34.55%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87663800.240.560.6634.2939.224.51
Hex5742260183842222719
Octal1271024603070102424731
Binary10101111000010100110011000111000100001010001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574226; }

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

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

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

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

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

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

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

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