#574131

Color #574131 Brown Derby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Derby #574131

Tints of Brown Derby #574131

Color information

#574131 (or 0x574131) is unknown color: approx Brown Derby. HEX triplet: 57, 41 and 31. RGB value is (87,65,49). Sum of RGB (Red+Green+Blue) = 87+65+49=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #574131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574131 is #A8BECE. Grayscale: #454545. Windows color (decimal): -11058895 or 3227991. OLE color: 3227991.

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

Color convert

RGB876549-
CMYK00.250.440.66
HSL25.26º27.94%26.67%-
HSV(B)25.26º43.68%34.12%-
XYZ6.386.033.73-
YUV69.75116.29140.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=43.28%
G=32.34%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87654900.250.440.6625.2627.9426.67
Hex5741310192C42191c1b
Octal1271016103154102313433
Binary101011110000011100010110011011001000010110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574131; }

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

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

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

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

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

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

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

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