Html Css Color HEX #413806 Madras

📋 copy color: '#413806'

red 65 ◦ green 56 ◦ blue 6

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

Shades of Madras #413806

Tints of Madras #413806

RGB

 RED value IS 65 (25.78% from 255) = 51.18%

 GREEN value IS 56 (22.27% from 255) = 44.09%

 BLUE value IS 6 (2.73% from 255) = 4.72%

R = 51.18%
G = 44.09%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#413806 (or 0x413806) is known color: Madras. HEX triplet: 41, 38 and 06. RGB value is (65,56,6). Sum of RGB (Red+Green+Blue) = 65+56+6=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413806 is #BEC7F9. Grayscale: #353535. Windows color (decimal): -12503034 or 407617. OLE color: 407617.

HSL color Cylindrical-coordinate representation of color #413806: hue angle of 50.85º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #413806 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 6 -
CMYK 0 0.14 0.91 0.75
HSL 50.85º 0.83% 0.14% -
HSV(B) 50.85º 0.91% 0.25% -
XYZ 3.63 3.97 0.75 -
YUV 52.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 65 56 6 0 0.14 0.91 0.75 50.85 0.83 0.14
Hex 41 38 6 0 E 5B 4B 33 53 E
Octal 101 70 6 0 16 133 113 63 123 16
Binary 1000001 111000 110 0 1110 1011011 1001011 110011 1010011 1110

Color Harmonies of #413806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413806

Black with #413806

Text Example


Text Example

White with #413806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413806; }

 p { color: rgb(65,56,6); }

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

background-color css

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

 a { background-color: rgb(65,56,6); }

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

border-color css

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

 span { border-color: rgb(65,56,6); }

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