Html Css Color HEX #574132 Brown Derby

📋 copy color: '#574132'

red 87 ◦ green 65 ◦ blue 50

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

Shades of Brown Derby #574132

Tints of Brown Derby #574132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.18%

 BLUE value IS 50 (19.92% from 255) = 24.75%

R = 43.07%
G = 32.18%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#574132 (or 0x574132) is known color: Brown Derby. HEX triplet: 57, 41 and 32. RGB value is (87,65,50). Sum of RGB (Red+Green+Blue) = 87+65+50=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #574132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574132 is #A8BECD. Grayscale: #454545. Windows color (decimal): -11058894 or 3293527. OLE color: 3293527.

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

Color convert

RGB 87 65 50 -
CMYK 0 0.25 0.43 0.66
HSL 24.32º 0.27% 0.27% -
HSV(B) 24.32º 0.43% 0.34% -
XYZ 6.4 6.04 3.85 -
YUV 69.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 87 65 50 0 0.25 0.43 0.66 24.32 0.27 0.27
Hex 57 41 32 0 19 2B 42 18 1B 1B
Octal 127 101 62 0 31 53 102 30 33 33
Binary 1010111 1000001 110010 0 11001 101011 1000010 11000 11011 11011

Color Harmonies of #574132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574132

Black with #574132

Text Example


Text Example

White with #574132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574132; }

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

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

background-color css

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

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

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

border-color css

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

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

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