#574328

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

Shades of Deep Bronze #574328

Tints of Deep Bronze #574328

Color information

#574328 (or 0x574328) is unknown color: approx Deep Bronze. HEX triplet: 57, 43 and 28. RGB value is (87,67,40). Sum of RGB (Red+Green+Blue) = 87+67+40=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #574328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574328 is #A8BCD7. Grayscale: #464646. Windows color (decimal): -11058392 or 2638679. OLE color: 2638679.

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

Color convert

RGB876740-
CMYK00.230.540.66
HSL34.47º37.01%24.9%-
HSV(B)34.47º54.02%34.12%-
XYZ6.326.192.87-
YUV69.9111.13140.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=44.85%
G=34.54%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87674000.230.540.6634.4737.0124.9
Hex5743280173642222519
Octal1271035002766102424531
Binary10101111000011101000010111110110100001010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574328; }

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

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

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

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

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

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

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

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