Html Css Color HEX #56400E Madras

📋 copy color: '#56400E'

red 86 ◦ green 64 ◦ blue 14

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

Shades of Madras #56400E

Tints of Madras #56400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

 BLUE value IS 14 (5.86% from 255) = 8.54%

R = 52.44%
G = 39.02%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#56400E (or 0x56400E) is known color: Madras. HEX triplet: 56, 40 and 0E. RGB value is (86,64,14). Sum of RGB (Red+Green+Blue) = 86+64+14=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56400E is #A9BFF1. Grayscale: #414141. Windows color (decimal): -11124722 or 933974. OLE color: 933974.

HSL color Cylindrical-coordinate representation of color #56400E: hue angle of 41.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56400E is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 64 14 -
CMYK 0 0.26 0.84 0.66
HSL 41.67º 0.72% 0.2% -
HSV(B) 41.67º 0.84% 0.34% -
XYZ 5.75 5.68 1.21 -
YUV 64.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 86 64 14 0 0.26 0.84 0.66 41.67 0.72 0.2
Hex 56 40 E 0 1A 54 42 2A 48 14
Octal 126 100 16 0 32 124 102 52 110 24
Binary 1010110 1000000 1110 0 11010 1010100 1000010 101010 1001000 10100

Color Harmonies of #56400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56400E

Black with #56400E

Text Example


Text Example

White with #56400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56400E; }

 p { color: rgb(86,64,14); }

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

background-color css

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

 a { background-color: rgb(86,64,14); }

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

border-color css

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

 span { border-color: rgb(86,64,14); }

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