Html Css Color HEX #563F00 Madras

📋 copy color: '#563F00'

red 86 ◦ green 63 ◦ blue 0

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

Shades of Madras #563F00

Tints of Madras #563F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.72%
G = 42.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#563F00 (or 0x563F00) is known color: Madras. HEX triplet: 56, 3F and 00. RGB value is (86,63,0). Sum of RGB (Red+Green+Blue) = 86+63+0=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #563F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F00 is #A9C0FF. Grayscale: #3E3E3E. Windows color (decimal): -11124992 or 16214. OLE color: 16214.

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

Color convert

RGB 86 63 0 -
CMYK 0 0.27 1 0.66
HSL 43.95º 1% 0.17% -
HSV(B) 43.95º 1% 0.34% -
XYZ 5.62 5.53 0.77 -
YUV 62.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 86 63 0 0 0.27 1 0.66 43.95 1 0.17
Hex 56 3F 0 0 1B 64 42 2C 64 11
Octal 126 77 0 0 33 144 102 54 144 21
Binary 1010110 111111 0 0 11011 1100100 1000010 101100 1100100 10001

Color Harmonies of #563F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F00

Black with #563F00

Text Example


Text Example

White with #563F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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