Html Css Color HEX #413C14 Madras

📋 copy color: '#413C14'

red 65 ◦ green 60 ◦ blue 20

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

Shades of Madras #413C14

Tints of Madras #413C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.79%

R = 44.83%
G = 41.38%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#413C14 (or 0x413C14) is known color: Madras. HEX triplet: 41, 3C and 14. RGB value is (65,60,20). Sum of RGB (Red+Green+Blue) = 65+60+20=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #413C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C14 is #BEC3EB. Grayscale: #393939. Windows color (decimal): -12501996 or 1326145. OLE color: 1326145.

HSL color Cylindrical-coordinate representation of color #413C14: hue angle of 53.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413C14 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 60 20 -
CMYK 0 0.08 0.69 0.75
HSL 53.33º 0.53% 0.17% -
HSV(B) 53.33º 0.69% 0.25% -
XYZ 3.92 4.41 1.31 -
YUV 56.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 65 60 20 0 0.08 0.69 0.75 53.33 0.53 0.17
Hex 41 3C 14 0 8 45 4B 35 35 11
Octal 101 74 24 0 10 105 113 65 65 21
Binary 1000001 111100 10100 0 1000 1000101 1001011 110101 110101 10001

Color Harmonies of #413C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C14

Black with #413C14

Text Example


Text Example

White with #413C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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