Html Css Color HEX #403A1A Madras

📋 copy color: '#403A1A'

red 64 ◦ green 58 ◦ blue 26

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

Shades of Madras #403A1A

Tints of Madras #403A1A

RGB

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

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

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

R = 43.24%
G = 39.19%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#403A1A (or 0x403A1A) is known color: Madras. HEX triplet: 40, 3A and 1A. RGB value is (64,58,26). Sum of RGB (Red+Green+Blue) = 64+58+26=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #403A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A1A is #BFC5E5. Grayscale: #383838. Windows color (decimal): -12568038 or 1718848. OLE color: 1718848.

HSL color Cylindrical-coordinate representation of color #403A1A: hue angle of 50.53º 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 #403A1A is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 58 26 -
CMYK 0 0.09 0.59 0.75
HSL 50.53º 0.42% 0.18% -
HSV(B) 50.53º 0.59% 0.25% -
XYZ 3.81 4.19 1.59 -
YUV 56.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 64 58 26 0 0.09 0.59 0.75 50.53 0.42 0.18
Hex 40 3A 1A 0 9 3B 4B 33 2A 12
Octal 100 72 32 0 11 73 113 63 52 22
Binary 1000000 111010 11010 0 1001 111011 1001011 110011 101010 10010

Color Harmonies of #403A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A1A

Black with #403A1A

Text Example


Text Example

White with #403A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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