Html Css Color HEX #413709 Madras

📋 copy color: '#413709'

red 65 ◦ green 55 ◦ blue 9

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

Shades of Madras #413709

Tints of Madras #413709

RGB

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

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

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

R = 50.39%
G = 42.64%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#413709 (or 0x413709) is known color: Madras. HEX triplet: 41, 37 and 09. RGB value is (65,55,9). Sum of RGB (Red+Green+Blue) = 65+55+9=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413709 is #BEC8F6. Grayscale: #343434. Windows color (decimal): -12503287 or 603969. OLE color: 603969.

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

Color convert

RGB 65 55 9 -
CMYK 0 0.15 0.86 0.75
HSL 49.29º 0.76% 0.15% -
HSV(B) 49.29º 0.86% 0.25% -
XYZ 3.6 3.88 0.82 -
YUV 52.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 65 55 9 0 0.15 0.86 0.75 49.29 0.76 0.15
Hex 41 37 9 0 F 56 4B 31 4C F
Octal 101 67 11 0 17 126 113 61 114 17
Binary 1000001 110111 1001 0 1111 1010110 1001011 110001 1001100 1111

Color Harmonies of #413709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413709

Black with #413709

Text Example


Text Example

White with #413709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413709; }

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

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

background-color css

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

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

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

border-color css

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

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

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