Html Css Color HEX #403C21 Madras

📋 copy color: '#403C21'

red 64 ◦ green 60 ◦ blue 33

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

Shades of Madras #403C21

Tints of Madras #403C21

RGB

 RED value IS 64 (25.39% from 255) = 40.76%

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

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

R = 40.76%
G = 38.22%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#403C21 (or 0x403C21) is known color: Madras. HEX triplet: 40, 3C and 21. RGB value is (64,60,33). Sum of RGB (Red+Green+Blue) = 64+60+33=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C21 is #BFC3DE. Grayscale: #3A3A3A. Windows color (decimal): -12567519 or 2178112. OLE color: 2178112.

HSL color Cylindrical-coordinate representation of color #403C21: hue angle of 52.26º degrees, saturation: 0.32, 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 #403C21 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 60 33 -
CMYK 0 0.06 0.48 0.75
HSL 52.26º 0.32% 0.19% -
HSV(B) 52.26º 0.48% 0.25% -
XYZ 4 4.43 2.08 -
YUV 58.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 64 60 33 0 0.06 0.48 0.75 52.26 0.32 0.19
Hex 40 3C 21 0 6 30 4B 34 20 13
Octal 100 74 41 0 6 60 113 64 40 23
Binary 1000000 111100 100001 0 110 110000 1001011 110100 100000 10011

Color Harmonies of #403C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C21

Black with #403C21

Text Example


Text Example

White with #403C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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