Html Css Color HEX #413A24 Madras

📋 copy color: '#413A24'

red 65 ◦ green 58 ◦ blue 36

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

Shades of Madras #413A24

Tints of Madras #413A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.48%

 BLUE value IS 36 (14.45% from 255) = 22.64%

R = 40.88%
G = 36.48%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#413A24 (or 0x413A24) is known color: Madras. HEX triplet: 41, 3A and 24. RGB value is (65,58,36). Sum of RGB (Red+Green+Blue) = 65+58+36=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #413A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A24 is #BEC5DB. Grayscale: #393939. Windows color (decimal): -12502492 or 2374209. OLE color: 2374209.

HSL color Cylindrical-coordinate representation of color #413A24: hue angle of 45.52º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413A24 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 58 36 -
CMYK 0 0.11 0.45 0.75
HSL 45.52º 0.29% 0.2% -
HSV(B) 45.52º 0.45% 0.25% -
XYZ 4.01 4.28 2.28 -
YUV 57.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 65 58 36 0 0.11 0.45 0.75 45.52 0.29 0.2
Hex 41 3A 24 0 B 2D 4B 2E 1D 14
Octal 101 72 44 0 13 55 113 56 35 24
Binary 1000001 111010 100100 0 1011 101101 1001011 101110 11101 10100

Color Harmonies of #413A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A24

Black with #413A24

Text Example


Text Example

White with #413A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,36); }

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

background-color css

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

 a { background-color: rgb(65,58,36); }

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

border-color css

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

 span { border-color: rgb(65,58,36); }

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