Html Css Color HEX #57401B Dark Brown

📋 copy color: '#57401B'

red 87 ◦ green 64 ◦ blue 27

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

Shades of Dark Brown #57401B

Tints of Dark Brown #57401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 48.88%
G = 35.96%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#57401B (or 0x57401B) is known color: Dark Brown. HEX triplet: 57, 40 and 1B. RGB value is (87,64,27). Sum of RGB (Red+Green+Blue) = 87+64+27=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57401B is #A8BFE4. Grayscale: #424242. Windows color (decimal): -11059173 or 1785943. OLE color: 1785943.

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

Color convert

RGB 87 64 27 -
CMYK 0 0.26 0.69 0.66
HSL 37º 0.53% 0.22% -
HSV(B) 37º 0.69% 0.34% -
XYZ 5.96 5.77 1.84 -
YUV 66.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 87 64 27 0 0.26 0.69 0.66 37 0.53 0.22
Hex 57 40 1B 0 1A 45 42 25 35 16
Octal 127 100 33 0 32 105 102 45 65 26
Binary 1010111 1000000 11011 0 11010 1000101 1000010 100101 110101 10110

Color Harmonies of #57401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57401B

Black with #57401B

Text Example


Text Example

White with #57401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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