#574126

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

Shades of Deep Bronze #574126

Tints of Deep Bronze #574126

Color information

#574126 (or 0x574126) is unknown color: approx Deep Bronze. HEX triplet: 57, 41 and 26. RGB value is (87,65,38). Sum of RGB (Red+Green+Blue) = 87+65+38=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #574126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574126 is #A8BED9. Grayscale: #444444. Windows color (decimal): -11058906 or 2507095. OLE color: 2507095.

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

Color convert

RGB876538-
CMYK00.250.560.66
HSL33.06º39.2%24.51%-
HSV(B)33.06º56.32%34.12%-
XYZ6.175.952.66-
YUV68.5110.79141.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 38 (15.23% from 255) = 20%
R=45.79%
G=34.21%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87653800.250.560.6633.0639.224.51
Hex5741260193842212719
Octal1271014603170102414731
Binary10101111000001100110011001111000100001010000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574126; }

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

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

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

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

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

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

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

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