Html Css Color HEX #57423A Very Dark Brown

📋 copy color: '#57423A'

red 87 ◦ green 66 ◦ blue 58

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

Shades of Very Dark Brown #57423A

Tints of Very Dark Brown #57423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

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

R = 41.23%
G = 31.28%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57423A (or 0x57423A) is known color: Very Dark Brown. HEX triplet: 57, 42 and 3A. RGB value is (87,66,58). Sum of RGB (Red+Green+Blue) = 87+66+58=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #57423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57423A is #A8BDC5. Grayscale: #474747. Windows color (decimal): -11058630 or 3818071. OLE color: 3818071.

HSL color Cylindrical-coordinate representation of color #57423A: hue angle of 16.55º 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 #57423A is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 66 58 -
CMYK 0 0.24 0.33 0.66
HSL 16.55º 0.2% 0.28% -
HSV(B) 16.55º 0.33% 0.34% -
XYZ 6.64 6.23 4.86 -
YUV 71.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 87 66 58 0 0.24 0.33 0.66 16.55 0.2 0.28
Hex 57 42 3A 0 18 21 42 11 14 1C
Octal 127 102 72 0 30 41 102 21 24 34
Binary 1010111 1000010 111010 0 11000 100001 1000010 10001 10100 11100

Color Harmonies of #57423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57423A

Black with #57423A

Text Example


Text Example

White with #57423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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