Html Css Color HEX #574031 Brown Derby

📋 copy color: '#574031'

red 87 ◦ green 64 ◦ blue 49

#574031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Derby #574031

Tints of Brown Derby #574031

RGB

 RED value IS 87 (34.38% from 255) = 43.5%

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 49 (19.53% from 255) = 24.5%

R = 43.5%
G = 32%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#574031 (or 0x574031) is known color: Brown Derby. HEX triplet: 57, 40 and 31. RGB value is (87,64,49). Sum of RGB (Red+Green+Blue) = 87+64+49=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #574031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574031 is #A8BFCE. Grayscale: #454545. Windows color (decimal): -11059151 or 3227735. OLE color: 3227735.

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

Color convert

RGB 87 64 49 -
CMYK 0 0.26 0.44 0.66
HSL 23.68º 0.28% 0.27% -
HSV(B) 23.68º 0.44% 0.34% -
XYZ 6.32 5.91 3.71 -
YUV 69.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 87 64 49 0 0.26 0.44 0.66 23.68 0.28 0.27
Hex 57 40 31 0 1A 2C 42 18 1C 1B
Octal 127 100 61 0 32 54 102 30 34 33
Binary 1010111 1000000 110001 0 11010 101100 1000010 11000 11100 11011

Color Harmonies of #574031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574031

Black with #574031

Text Example


Text Example

White with #574031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574031; }

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

 H1.HeaderClassName
 {
   color: #574031;
 }
 .AnyTagClassName
 {
   color: #574031;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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