Html Css Color HEX #564104 Madras

📋 copy color: '#564104'

red 86 ◦ green 65 ◦ blue 4

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

Shades of Madras #564104

Tints of Madras #564104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 55.48%
G = 41.94%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#564104 (or 0x564104) is known color: Madras. HEX triplet: 56, 41 and 04. RGB value is (86,65,4). Sum of RGB (Red+Green+Blue) = 86+65+4=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #564104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564104 is #A9BEFB. Grayscale: #404040. Windows color (decimal): -11124476 or 278870. OLE color: 278870.

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

Color convert

RGB 86 65 4 -
CMYK 0 0.24 0.95 0.66
HSL 44.63º 0.91% 0.18% -
HSV(B) 44.63º 0.95% 0.34% -
XYZ 5.75 5.77 0.93 -
YUV 64.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 86 65 4 0 0.24 0.95 0.66 44.63 0.91 0.18
Hex 56 41 4 0 18 5F 42 2D 5B 12
Octal 126 101 4 0 30 137 102 55 133 22
Binary 1010110 1000001 100 0 11000 1011111 1000010 101101 1011011 10010

Color Harmonies of #564104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564104

Black with #564104

Text Example


Text Example

White with #564104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564104; }

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

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

background-color css

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

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

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

border-color css

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

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

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