Html Css Color HEX #403C1B Madras

📋 copy color: '#403C1B'

red 64 ◦ green 60 ◦ blue 27

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

Shades of Madras #403C1B

Tints of Madras #403C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 42.38%
G = 39.74%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#403C1B (or 0x403C1B) is known color: Madras. HEX triplet: 40, 3C and 1B. RGB value is (64,60,27). Sum of RGB (Red+Green+Blue) = 64+60+27=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C1B is #BFC3E4. Grayscale: #393939. Windows color (decimal): -12567525 or 1784896. OLE color: 1784896.

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

Color convert

RGB 64 60 27 -
CMYK 0 0.06 0.58 0.75
HSL 53.51º 0.41% 0.18% -
HSV(B) 53.51º 0.58% 0.25% -
XYZ 3.93 4.4 1.68 -
YUV 57.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 64 60 27 0 0.06 0.58 0.75 53.51 0.41 0.18
Hex 40 3C 1B 0 6 3A 4B 36 29 12
Octal 100 74 33 0 6 72 113 66 51 22
Binary 1000000 111100 11011 0 110 111010 1001011 110110 101001 10010

Color Harmonies of #403C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C1B

Black with #403C1B

Text Example


Text Example

White with #403C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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