Html Css Color HEX #564101 Madras

📋 copy color: '#564101'

red 86 ◦ green 65 ◦ blue 1

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

Shades of Madras #564101

Tints of Madras #564101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.76%

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 56.58%
G = 42.76%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#564101 (or 0x564101) is known color: Madras. HEX triplet: 56, 41 and 01. RGB value is (86,65,1). Sum of RGB (Red+Green+Blue) = 86+65+1=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #564101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564101 is #A9BEFE. Grayscale: #404040. Windows color (decimal): -11124479 or 82262. OLE color: 82262.

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

Color convert

RGB 86 65 1 -
CMYK 0 0.24 0.99 0.66
HSL 45.18º 0.98% 0.17% -
HSV(B) 45.18º 0.99% 0.34% -
XYZ 5.73 5.76 0.84 -
YUV 63.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 86 65 1 0 0.24 0.99 0.66 45.18 0.98 0.17
Hex 56 41 1 0 18 63 42 2D 62 11
Octal 126 101 1 0 30 143 102 55 142 21
Binary 1010110 1000001 1 0 11000 1100011 1000010 101101 1100010 10001

Color Harmonies of #564101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564101

Black with #564101

Text Example


Text Example

White with #564101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564101; }

 p { color: rgb(86,65,1); }

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

background-color css

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

 a { background-color: rgb(86,65,1); }

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

border-color css

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

 span { border-color: rgb(86,65,1); }

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