Html Css Color HEX #57413A Very Dark Brown

📋 copy color: '#57413A'

red 87 ◦ green 65 ◦ blue 58

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

Shades of Very Dark Brown #57413A

Tints of Very Dark Brown #57413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.62%

R = 41.43%
G = 30.95%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57413A (or 0x57413A) is known color: Very Dark Brown. HEX triplet: 57, 41 and 3A. RGB value is (87,65,58). Sum of RGB (Red+Green+Blue) = 87+65+58=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #57413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57413A is #A8BEC5. Grayscale: #464646. Windows color (decimal): -11058886 or 3817815. OLE color: 3817815.

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

Color convert

RGB 87 65 58 -
CMYK 0 0.25 0.33 0.66
HSL 14.48º 0.2% 0.28% -
HSV(B) 14.48º 0.33% 0.34% -
XYZ 6.58 6.11 4.84 -
YUV 70.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 87 65 58 0 0.25 0.33 0.66 14.48 0.2 0.28
Hex 57 41 3A 0 19 21 42 E 14 1C
Octal 127 101 72 0 31 41 102 16 24 34
Binary 1010111 1000001 111010 0 11001 100001 1000010 1110 10100 11100

Color Harmonies of #57413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57413A

Black with #57413A

Text Example


Text Example

White with #57413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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