Html Css Color HEX #413C22 Madras

📋 copy color: '#413C22'

red 65 ◦ green 60 ◦ blue 34

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

Shades of Madras #413C22

Tints of Madras #413C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.38%

R = 40.88%
G = 37.74%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#413C22 (or 0x413C22) is known color: Madras. HEX triplet: 41, 3C and 22. RGB value is (65,60,34). Sum of RGB (Red+Green+Blue) = 65+60+34=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #413C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C22 is #BEC3DD. Grayscale: #3A3A3A. Windows color (decimal): -12501982 or 2243649. OLE color: 2243649.

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

Color convert

RGB 65 60 34 -
CMYK 0 0.08 0.48 0.75
HSL 50.32º 0.31% 0.19% -
HSV(B) 50.32º 0.48% 0.25% -
XYZ 4.08 4.47 2.16 -
YUV 58.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 65 60 34 0 0.08 0.48 0.75 50.32 0.31 0.19
Hex 41 3C 22 0 8 30 4B 32 1F 13
Octal 101 74 42 0 10 60 113 62 37 23
Binary 1000001 111100 100010 0 1000 110000 1001011 110010 11111 10011

Color Harmonies of #413C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C22

Black with #413C22

Text Example


Text Example

White with #413C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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