Html Css Color HEX #574231 Brown Derby

📋 copy color: '#574231'

red 87 ◦ green 66 ◦ blue 49

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

Shades of Brown Derby #574231

Tints of Brown Derby #574231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.67%

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

R = 43.07%
G = 32.67%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#574231 (or 0x574231) is known color: Brown Derby. HEX triplet: 57, 42 and 31. RGB value is (87,66,49). Sum of RGB (Red+Green+Blue) = 87+66+49=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #574231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574231 is #A8BDCE. Grayscale: #464646. Windows color (decimal): -11058639 or 3228247. OLE color: 3228247.

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

Color convert

RGB 87 66 49 -
CMYK 0 0.24 0.44 0.66
HSL 26.84º 0.28% 0.27% -
HSV(B) 26.84º 0.44% 0.34% -
XYZ 6.43 6.14 3.75 -
YUV 70.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 87 66 49 0 0.24 0.44 0.66 26.84 0.28 0.27
Hex 57 42 31 0 18 2C 42 1B 1C 1B
Octal 127 102 61 0 30 54 102 33 34 33
Binary 1010111 1000010 110001 0 11000 101100 1000010 11011 11100 11011

Color Harmonies of #574231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574231

Black with #574231

Text Example


Text Example

White with #574231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574231; }

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

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

background-color css

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

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

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

border-color css

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

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

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