Html Css Color HEX #563E12 Madras

📋 copy color: '#563E12'

red 86 ◦ green 62 ◦ blue 18

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

Shades of Madras #563E12

Tints of Madras #563E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.35%

 BLUE value IS 18 (7.42% from 255) = 10.84%

R = 51.81%
G = 37.35%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#563E12 (or 0x563E12) is known color: Madras. HEX triplet: 56, 3E and 12. RGB value is (86,62,18). Sum of RGB (Red+Green+Blue) = 86+62+18=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #563E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563E12 is #A9C1ED. Grayscale: #404040. Windows color (decimal): -11125230 or 1195606. OLE color: 1195606.

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

Color convert

RGB 86 62 18 -
CMYK 0 0.28 0.79 0.66
HSL 38.82º 0.65% 0.2% -
HSV(B) 38.82º 0.79% 0.34% -
XYZ 5.67 5.47 1.33 -
YUV 64.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 86 62 18 0 0.28 0.79 0.66 38.82 0.65 0.2
Hex 56 3E 12 0 1C 4F 42 27 41 14
Octal 126 76 22 0 34 117 102 47 101 24
Binary 1010110 111110 10010 0 11100 1001111 1000010 100111 1000001 10100

Color Harmonies of #563E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563E12

Black with #563E12

Text Example


Text Example

White with #563E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,62,18); }

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

background-color css

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

 a { background-color: rgb(86,62,18); }

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

border-color css

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

 span { border-color: rgb(86,62,18); }

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