Html Css Color HEX #413A21 Madras

📋 copy color: '#413A21'

red 65 ◦ green 58 ◦ blue 33

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

Shades of Madras #413A21

Tints of Madras #413A21

RGB

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

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

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

R = 41.67%
G = 37.18%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#413A21 (or 0x413A21) is known color: Madras. HEX triplet: 41, 3A and 21. RGB value is (65,58,33). Sum of RGB (Red+Green+Blue) = 65+58+33=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A21 is #BEC5DE. Grayscale: #393939. Windows color (decimal): -12502495 or 2177601. OLE color: 2177601.

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

Color convert

RGB 65 58 33 -
CMYK 0 0.11 0.49 0.75
HSL 46.88º 0.33% 0.19% -
HSV(B) 46.88º 0.49% 0.25% -
XYZ 3.97 4.26 2.05 -
YUV 57.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 65 58 33 0 0.11 0.49 0.75 46.88 0.33 0.19
Hex 41 3A 21 0 B 31 4B 2F 21 13
Octal 101 72 41 0 13 61 113 57 41 23
Binary 1000001 111010 100001 0 1011 110001 1001011 101111 100001 10011

Color Harmonies of #413A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A21

Black with #413A21

Text Example


Text Example

White with #413A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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