Html Css Color HEX #574134 Brown Derby

📋 copy color: '#574134'

red 87 ◦ green 65 ◦ blue 52

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

Shades of Brown Derby #574134

Tints of Brown Derby #574134

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.7% from 255) = 25.49%

R = 42.65%
G = 31.86%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#574134 (or 0x574134) is known color: 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

RGB 87 65 52 -
CMYK 0 0.25 0.40 0.66
HSL 22.29º 0.25% 0.27% -
HSV(B) 22.29º 0.4% 0.34% -
XYZ 6.44 6.05 4.08 -
YUV 70.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 87 65 52 0 0.25 0.40 0.66 22.29 0.25 0.27
Hex 57 41 34 0 19 28 42 16 19 1B
Octal 127 101 64 0 31 50 102 26 31 33
Binary 1010111 1000001 110100 0 11001 101000 1000010 10110 11001 11011

Color Harmonies of #574134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574134

Black with #574134

Text Example


Text Example

White with #574134

Text Example


Text Example

HTML Codes & Css Web 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>