#574134

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

Shades of Brown Derby #574134

Tints of Brown Derby #574134

Color information

#574134 (or 0x574134) is unknown color: approx Brown Derby. HEX triplet: 57, 41 and 34. RGB value is (87,65,52). Sum of RGB (Red+Green+Blue) = 87+65+52=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #574134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574134 is #A8BECB. Grayscale: #464646. Windows color (decimal): -11058892 or 3424599. OLE color: 3424599.

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

Color convert

RGB876552-
CMYK00.250.400.66
HSL22.29º25.18%27.25%-
HSV(B)22.29º40.23%34.12%-
XYZ6.446.054.08-
YUV70.1117.79140.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=42.65%
G=31.86%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87655200.250.400.6622.2925.1827.25
Hex574134019284216191b
Octal1271016403150102263133
Binary101011110000011101000110011010001000010101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574134; }

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

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

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

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

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

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

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

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