Html Css Color HEX #413607 Madras

📋 copy color: '#413607'

red 65 ◦ green 54 ◦ blue 7

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

Shades of Madras #413607

Tints of Madras #413607

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.86%

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

R = 51.59%
G = 42.86%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#413607 (or 0x413607) is known color: Madras. HEX triplet: 41, 36 and 07. RGB value is (65,54,7). Sum of RGB (Red+Green+Blue) = 65+54+7=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #413607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413607 is #BEC9F8. Grayscale: #343434. Windows color (decimal): -12503545 or 472641. OLE color: 472641.

HSL color Cylindrical-coordinate representation of color #413607: hue angle of 48.62º 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 #413607 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 54 7 -
CMYK 0 0.17 0.89 0.75
HSL 48.62º 0.81% 0.14% -
HSV(B) 48.62º 0.89% 0.25% -
XYZ 3.54 3.78 0.74 -
YUV 51.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 65 54 7 0 0.17 0.89 0.75 48.62 0.81 0.14
Hex 41 36 7 0 11 59 4B 31 51 E
Octal 101 66 7 0 21 131 113 61 121 16
Binary 1000001 110110 111 0 10001 1011001 1001011 110001 1010001 1110

Color Harmonies of #413607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413607

Black with #413607

Text Example


Text Example

White with #413607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413607; }

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

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

background-color css

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

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

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

border-color css

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

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

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