Html Css Color HEX #413C09 Madras

📋 copy color: '#413C09'

red 65 ◦ green 60 ◦ blue 9

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

Shades of Madras #413C09

Tints of Madras #413C09

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.78%

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

R = 48.51%
G = 44.78%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#413C09 (or 0x413C09) is known color: Madras. HEX triplet: 41, 3C and 09. RGB value is (65,60,9). Sum of RGB (Red+Green+Blue) = 65+60+9=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #413C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C09 is #BEC3F6. Grayscale: #373737. Windows color (decimal): -12502007 or 605249. OLE color: 605249.

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

Color convert

RGB 65 60 9 -
CMYK 0 0.08 0.86 0.75
HSL 54.64º 0.76% 0.15% -
HSV(B) 54.64º 0.86% 0.25% -
XYZ 3.85 4.38 0.9 -
YUV 55.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 65 60 9 0 0.08 0.86 0.75 54.64 0.76 0.15
Hex 41 3C 9 0 8 56 4B 37 4C F
Octal 101 74 11 0 10 126 113 67 114 17
Binary 1000001 111100 1001 0 1000 1010110 1001011 110111 1001100 1111

Color Harmonies of #413C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C09

Black with #413C09

Text Example


Text Example

White with #413C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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