#574130

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

Shades of Brown Derby #574130

Tints of Brown Derby #574130

Color information

#574130 (or 0x574130) is unknown color: approx Brown Derby. HEX triplet: 57, 41 and 30. RGB value is (87,65,48). Sum of RGB (Red+Green+Blue) = 87+65+48=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #574130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574130 is #A8BECF. Grayscale: #454545. Windows color (decimal): -11058896 or 3162455. OLE color: 3162455.

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

Color convert

RGB876548-
CMYK00.250.450.66
HSL26.15º28.89%26.47%-
HSV(B)26.15º44.83%34.12%-
XYZ6.356.023.62-
YUV69.64115.79140.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 48 (19.14% from 255) = 24%
R=43.5%
G=32.5%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87654800.250.450.6626.1528.8926.47
Hex5741300192D421a1d1a
Octal1271016003155102323532
Binary101011110000011100000110011011011000010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574130; }

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

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

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

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

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

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

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

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