Html Css Color HEX #56423A Very Dark Brown

📋 copy color: '#56423A'

red 86 ◦ green 66 ◦ blue 58

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

Shades of Very Dark Brown #56423A

Tints of Very Dark Brown #56423A

RGB

 RED value IS 86 (33.98% from 255) = 40.95%

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

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

R = 40.95%
G = 31.43%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#56423A (or 0x56423A) is known color: Very Dark Brown. HEX triplet: 56, 42 and 3A. RGB value is (86,66,58). Sum of RGB (Red+Green+Blue) = 86+66+58=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #56423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56423A is #A9BDC5. Grayscale: #474747. Windows color (decimal): -11124166 or 3818070. OLE color: 3818070.

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

Color convert

RGB 86 66 58 -
CMYK 0 0.23 0.33 0.66
HSL 17.14º 0.19% 0.28% -
HSV(B) 17.14º 0.33% 0.34% -
XYZ 6.55 6.18 4.85 -
YUV 71.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 86 66 58 0 0.23 0.33 0.66 17.14 0.19 0.28
Hex 56 42 3A 0 17 21 42 11 13 1C
Octal 126 102 72 0 27 41 102 21 23 34
Binary 1010110 1000010 111010 0 10111 100001 1000010 10001 10011 11100

Color Harmonies of #56423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56423A

Black with #56423A

Text Example


Text Example

White with #56423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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