#574427

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

Shades of Deep Bronze #574427

Tints of Deep Bronze #574427

Color information

#574427 (or 0x574427) is unknown color: approx Deep Bronze. HEX triplet: 57, 44 and 27. RGB value is (87,68,39). Sum of RGB (Red+Green+Blue) = 87+68+39=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #574427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574427 is #A8BBD8. Grayscale: #464646. Windows color (decimal): -11058137 or 2573399. OLE color: 2573399.

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

Color convert

RGB876839-
CMYK00.220.550.66
HSL36.25º38.1%24.71%-
HSV(B)36.25º55.17%34.12%-
XYZ6.366.312.8-
YUV70.38110.29139.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=44.85%
G=35.05%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87683900.220.550.6636.2538.124.71
Hex5744270163742242619
Octal1271044702667102444631
Binary10101111000100100111010110110111100001010010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574427; }

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

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

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

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

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

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

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

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