Html Css Color HEX #403C1A Madras

📋 copy color: '#403C1A'

red 64 ◦ green 60 ◦ blue 26

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

Shades of Madras #403C1A

Tints of Madras #403C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 42.67%
G = 40%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#403C1A (or 0x403C1A) is known color: Madras. HEX triplet: 40, 3C and 1A. RGB value is (64,60,26). Sum of RGB (Red+Green+Blue) = 64+60+26=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C1A is #BFC3E5. Grayscale: #393939. Windows color (decimal): -12567526 or 1719360. OLE color: 1719360.

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

Color convert

RGB 64 60 26 -
CMYK 0 0.06 0.59 0.75
HSL 53.68º 0.42% 0.18% -
HSV(B) 53.68º 0.59% 0.25% -
XYZ 3.92 4.4 1.62 -
YUV 57.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 64 60 26 0 0.06 0.59 0.75 53.68 0.42 0.18
Hex 40 3C 1A 0 6 3B 4B 36 2A 12
Octal 100 74 32 0 6 73 113 66 52 22
Binary 1000000 111100 11010 0 110 111011 1001011 110110 101010 10010

Color Harmonies of #403C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C1A

Black with #403C1A

Text Example


Text Example

White with #403C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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