Html Css Color HEX #403C1F Madras

📋 copy color: '#403C1F'

red 64 ◦ green 60 ◦ blue 31

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

Shades of Madras #403C1F

Tints of Madras #403C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20%

R = 41.29%
G = 38.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#403C1F (or 0x403C1F) is known color: Madras. HEX triplet: 40, 3C and 1F. RGB value is (64,60,31). Sum of RGB (Red+Green+Blue) = 64+60+31=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C1F is #BFC3E0. Grayscale: #3A3A3A. Windows color (decimal): -12567521 or 2047040. OLE color: 2047040.

HSL color Cylindrical-coordinate representation of color #403C1F: hue angle of 52.73º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #403C1F is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 60 31 -
CMYK 0 0.06 0.52 0.75
HSL 52.73º 0.35% 0.19% -
HSV(B) 52.73º 0.52% 0.25% -
XYZ 3.98 4.42 1.94 -
YUV 57.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 64 60 31 0 0.06 0.52 0.75 52.73 0.35 0.19
Hex 40 3C 1F 0 6 34 4B 35 23 13
Octal 100 74 37 0 6 64 113 65 43 23
Binary 1000000 111100 11111 0 110 110100 1001011 110101 100011 10011

Color Harmonies of #403C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C1F

Black with #403C1F

Text Example


Text Example

White with #403C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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