Html Css Color HEX #413C21 Madras

📋 copy color: '#413C21'

red 65 ◦ green 60 ◦ blue 33

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

Shades of Madras #413C21

Tints of Madras #413C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.89%

R = 41.14%
G = 37.97%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#413C21 (or 0x413C21) is known color: Madras. HEX triplet: 41, 3C and 21. RGB value is (65,60,33). Sum of RGB (Red+Green+Blue) = 65+60+33=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C21 is #BEC3DE. Grayscale: #3A3A3A. Windows color (decimal): -12501983 or 2178113. OLE color: 2178113.

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

Color convert

RGB 65 60 33 -
CMYK 0 0.08 0.49 0.75
HSL 50.63º 0.33% 0.19% -
HSV(B) 50.63º 0.49% 0.25% -
XYZ 4.07 4.47 2.09 -
YUV 58.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 65 60 33 0 0.08 0.49 0.75 50.63 0.33 0.19
Hex 41 3C 21 0 8 31 4B 33 21 13
Octal 101 74 41 0 10 61 113 63 41 23
Binary 1000001 111100 100001 0 1000 110001 1001011 110011 100001 10011

Color Harmonies of #413C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C21

Black with #413C21

Text Example


Text Example

White with #413C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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