#574426

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

Shades of Deep Bronze #574426

Tints of Deep Bronze #574426

Color information

#574426 (or 0x574426) is unknown color: approx Deep Bronze. HEX triplet: 57, 44 and 26. RGB value is (87,68,38). Sum of RGB (Red+Green+Blue) = 87+68+38=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #574426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574426 is #A8BBD9. Grayscale: #464646. Windows color (decimal): -11058138 or 2507863. OLE color: 2507863.

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

Color convert

RGB876838-
CMYK00.220.560.66
HSL36.73º39.2%24.51%-
HSV(B)36.73º56.32%34.12%-
XYZ6.356.32.72-
YUV70.26109.79139.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=45.08%
G=35.23%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87683800.220.560.6636.7339.224.51
Hex5744260163842252719
Octal1271044602670102454731
Binary10101111000100100110010110111000100001010010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574426; }

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

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

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

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

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

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

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

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