Html Css Color HEX #403A1C Madras

📋 copy color: '#403A1C'

red 64 ◦ green 58 ◦ blue 28

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

Shades of Madras #403A1C

Tints of Madras #403A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.67%

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 42.67%
G = 38.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#403A1C (or 0x403A1C) is known color: Madras. HEX triplet: 40, 3A and 1C. RGB value is (64,58,28). Sum of RGB (Red+Green+Blue) = 64+58+28=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A1C is #BFC5E3. Grayscale: #383838. Windows color (decimal): -12568036 or 1849920. OLE color: 1849920.

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

Color convert

RGB 64 58 28 -
CMYK 0 0.09 0.56 0.75
HSL 50º 0.39% 0.18% -
HSV(B) 50º 0.56% 0.25% -
XYZ 3.84 4.2 1.71 -
YUV 56.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 64 58 28 0 0.09 0.56 0.75 50 0.39 0.18
Hex 40 3A 1C 0 9 38 4B 32 27 12
Octal 100 72 34 0 11 70 113 62 47 22
Binary 1000000 111010 11100 0 1001 111000 1001011 110010 100111 10010

Color Harmonies of #403A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A1C

Black with #403A1C

Text Example


Text Example

White with #403A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,58,28); }

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

background-color css

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

 a { background-color: rgb(64,58,28); }

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

border-color css

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

 span { border-color: rgb(64,58,28); }

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