Html Css Color HEX #413809 Madras

📋 copy color: '#413809'

red 65 ◦ green 56 ◦ blue 9

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

Shades of Madras #413809

Tints of Madras #413809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.92%

R = 50%
G = 43.08%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#413809 (or 0x413809) is known color: Madras. HEX triplet: 41, 38 and 09. RGB value is (65,56,9). Sum of RGB (Red+Green+Blue) = 65+56+9=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413809 is #BEC7F6. Grayscale: #353535. Windows color (decimal): -12503031 or 604225. OLE color: 604225.

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

Color convert

RGB 65 56 9 -
CMYK 0 0.14 0.86 0.75
HSL 50.36º 0.76% 0.15% -
HSV(B) 50.36º 0.86% 0.25% -
XYZ 3.64 3.97 0.83 -
YUV 53.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 65 56 9 0 0.14 0.86 0.75 50.36 0.76 0.15
Hex 41 38 9 0 E 56 4B 32 4C F
Octal 101 70 11 0 16 126 113 62 114 17
Binary 1000001 111000 1001 0 1110 1010110 1001011 110010 1001100 1111

Color Harmonies of #413809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413809

Black with #413809

Text Example


Text Example

White with #413809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413809; }

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

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

background-color css

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

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

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

border-color css

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

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

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