Html Css Color HEX #563F14 Madras

📋 copy color: '#563F14'

red 86 ◦ green 63 ◦ blue 20

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

Shades of Madras #563F14

Tints of Madras #563F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 50.89%
G = 37.28%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#563F14 (or 0x563F14) is known color: Madras. HEX triplet: 56, 3F and 14. RGB value is (86,63,20). Sum of RGB (Red+Green+Blue) = 86+63+20=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #563F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F14 is #A9C0EB. Grayscale: #414141. Windows color (decimal): -11124972 or 1326934. OLE color: 1326934.

HSL color Cylindrical-coordinate representation of color #563F14: hue angle of 39.09º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #563F14 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 63 20 -
CMYK 0 0.27 0.77 0.66
HSL 39.09º 0.62% 0.21% -
HSV(B) 39.09º 0.77% 0.34% -
XYZ 5.74 5.58 1.44 -
YUV 64.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 86 63 20 0 0.27 0.77 0.66 39.09 0.62 0.21
Hex 56 3F 14 0 1B 4D 42 27 3E 15
Octal 126 77 24 0 33 115 102 47 76 25
Binary 1010110 111111 10100 0 11011 1001101 1000010 100111 111110 10101

Color Harmonies of #563F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F14

Black with #563F14

Text Example


Text Example

White with #563F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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