#574331

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

Shades of Brown Derby #574331

Tints of Brown Derby #574331

Color information

#574331 (or 0x574331) is unknown color: approx Brown Derby. HEX triplet: 57, 43 and 31. RGB value is (87,67,49). Sum of RGB (Red+Green+Blue) = 87+67+49=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #574331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574331 is #A8BCCE. Grayscale: #474747. Windows color (decimal): -11058383 or 3228503. OLE color: 3228503.

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

Color convert

RGB876749-
CMYK00.230.440.66
HSL28.42º27.94%26.67%-
HSV(B)28.42º43.68%34.12%-
XYZ6.496.263.77-
YUV70.93115.63139.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=42.86%
G=33.00%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87674900.230.440.6628.4227.9426.67
Hex5743310172C421c1c1b
Octal1271036102754102343433
Binary101011110000111100010101111011001000010111001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574331; }

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

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

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

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

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

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

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

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