Html Css Color HEX #413707 Madras

📋 copy color: '#413707'

red 65 ◦ green 55 ◦ blue 7

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

Shades of Madras #413707

Tints of Madras #413707

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.31%

 BLUE value IS 7 (3.13% from 255) = 5.51%

R = 51.18%
G = 43.31%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#413707 (or 0x413707) is known color: Madras. HEX triplet: 41, 37 and 07. RGB value is (65,55,7). Sum of RGB (Red+Green+Blue) = 65+55+7=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413707 is #BEC8F8. Grayscale: #343434. Windows color (decimal): -12503289 or 472897. OLE color: 472897.

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

Color convert

RGB 65 55 7 -
CMYK 0 0.15 0.89 0.75
HSL 49.66º 0.81% 0.14% -
HSV(B) 49.66º 0.89% 0.25% -
XYZ 3.58 3.87 0.76 -
YUV 52.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 65 55 7 0 0.15 0.89 0.75 49.66 0.81 0.14
Hex 41 37 7 0 F 59 4B 32 51 E
Octal 101 67 7 0 17 131 113 62 121 16
Binary 1000001 110111 111 0 1111 1011001 1001011 110010 1010001 1110

Color Harmonies of #413707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413707

Black with #413707

Text Example


Text Example

White with #413707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413707; }

 p { color: rgb(65,55,7); }

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

background-color css

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

 a { background-color: rgb(65,55,7); }

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

border-color css

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

 span { border-color: rgb(65,55,7); }

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