Html Css Color HEX #413D09 Madras

📋 copy color: '#413D09'

red 65 ◦ green 61 ◦ blue 9

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

Shades of Madras #413D09

Tints of Madras #413D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.19%

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

R = 48.15%
G = 45.19%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#413D09 (or 0x413D09) is known color: Madras. HEX triplet: 41, 3D and 09. RGB value is (65,61,9). Sum of RGB (Red+Green+Blue) = 65+61+9=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D09 is #BEC2F6. Grayscale: #383838. Windows color (decimal): -12501751 or 605505. OLE color: 605505.

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

Color convert

RGB 65 61 9 -
CMYK 0 0.06 0.86 0.75
HSL 55.71º 0.76% 0.15% -
HSV(B) 55.71º 0.86% 0.25% -
XYZ 3.9 4.48 0.92 -
YUV 56.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 65 61 9 0 0.06 0.86 0.75 55.71 0.76 0.15
Hex 41 3D 9 0 6 56 4B 38 4C F
Octal 101 75 11 0 6 126 113 70 114 17
Binary 1000001 111101 1001 0 110 1010110 1001011 111000 1001100 1111

Color Harmonies of #413D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D09

Black with #413D09

Text Example


Text Example

White with #413D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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