Html Css Color HEX #413B21 Madras

📋 copy color: '#413B21'

red 65 ◦ green 59 ◦ blue 33

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

Shades of Madras #413B21

Tints of Madras #413B21

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.58%

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

R = 41.4%
G = 37.58%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#413B21 (or 0x413B21) is known color: Madras. HEX triplet: 41, 3B and 21. RGB value is (65,59,33). Sum of RGB (Red+Green+Blue) = 65+59+33=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B21 is #BEC4DE. Grayscale: #393939. Windows color (decimal): -12502239 or 2177857. OLE color: 2177857.

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

Color convert

RGB 65 59 33 -
CMYK 0 0.09 0.49 0.75
HSL 48.75º 0.33% 0.19% -
HSV(B) 48.75º 0.49% 0.25% -
XYZ 4.02 4.36 2.07 -
YUV 57.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 65 59 33 0 0.09 0.49 0.75 48.75 0.33 0.19
Hex 41 3B 21 0 9 31 4B 31 21 13
Octal 101 73 41 0 11 61 113 61 41 23
Binary 1000001 111011 100001 0 1001 110001 1001011 110001 100001 10011

Color Harmonies of #413B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B21

Black with #413B21

Text Example


Text Example

White with #413B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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