Html Css Color HEX #57401C Dark Brown

📋 copy color: '#57401C'

red 87 ◦ green 64 ◦ blue 28

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

Shades of Dark Brown #57401C

Tints of Dark Brown #57401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.64%

R = 48.6%
G = 35.75%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57401C (or 0x57401C) is known color: Dark Brown. HEX triplet: 57, 40 and 1C. RGB value is (87,64,28). Sum of RGB (Red+Green+Blue) = 87+64+28=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #57401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57401C is #A8BFE3. Grayscale: #424242. Windows color (decimal): -11059172 or 1851479. OLE color: 1851479.

HSL color Cylindrical-coordinate representation of color #57401C: hue angle of 36.61º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57401C is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 64 28 -
CMYK 0 0.26 0.68 0.66
HSL 36.61º 0.51% 0.23% -
HSV(B) 36.61º 0.68% 0.34% -
XYZ 5.97 5.78 1.9 -
YUV 66.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 87 64 28 0 0.26 0.68 0.66 36.61 0.51 0.23
Hex 57 40 1C 0 1A 44 42 25 33 17
Octal 127 100 34 0 32 104 102 45 63 27
Binary 1010111 1000000 11100 0 11010 1000100 1000010 100101 110011 10111

Color Harmonies of #57401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57401C

Black with #57401C

Text Example


Text Example

White with #57401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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