Html Css Color HEX #563F1B Dark Brown

📋 copy color: '#563F1B'

red 86 ◦ green 63 ◦ blue 27

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

Shades of Dark Brown #563F1B

Tints of Dark Brown #563F1B

RGB

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

 GREEN value IS 63 (25% from 255) = 35.8%

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

R = 48.86%
G = 35.8%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#563F1B (or 0x563F1B) is known color: Dark Brown. HEX triplet: 56, 3F and 1B. RGB value is (86,63,27). Sum of RGB (Red+Green+Blue) = 86+63+27=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #563F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F1B is #A9C0E4. Grayscale: #414141. Windows color (decimal): -11124965 or 1785686. OLE color: 1785686.

HSL color Cylindrical-coordinate representation of color #563F1B: hue angle of 36.61º degrees, saturation: 0.52, 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 #563F1B is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 63 27 -
CMYK 0 0.27 0.69 0.66
HSL 36.61º 0.52% 0.22% -
HSV(B) 36.61º 0.69% 0.34% -
XYZ 5.81 5.61 1.81 -
YUV 65.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 86 63 27 0 0.27 0.69 0.66 36.61 0.52 0.22
Hex 56 3F 1B 0 1B 45 42 25 34 16
Octal 126 77 33 0 33 105 102 45 64 26
Binary 1010110 111111 11011 0 11011 1000101 1000010 100101 110100 10110

Color Harmonies of #563F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F1B

Black with #563F1B

Text Example


Text Example

White with #563F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563F1B; }

 p { color: rgb(86,63,27); }

 H1.HeaderClassName
 {
   color: #563F1B;
 }
 .AnyTagClassName
 {
   color: #563F1B;
 }
</style>

background-color css

<style>
 a { background-color: #563F1B; }

 a { background-color: rgb(86,63,27); }

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

border-color css

<style>
 span { border-color: #563F1B; }

 span { border-color: rgb(86,63,27); }

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