Html Css Color HEX #403B1A Madras

📋 copy color: '#403B1A'

red 64 ◦ green 59 ◦ blue 26

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

Shades of Madras #403B1A

Tints of Madras #403B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.6%

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

R = 42.95%
G = 39.6%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#403B1A (or 0x403B1A) is known color: Madras. HEX triplet: 40, 3B and 1A. RGB value is (64,59,26). Sum of RGB (Red+Green+Blue) = 64+59+26=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B1A is #BFC4E5. Grayscale: #383838. Windows color (decimal): -12567782 or 1719104. OLE color: 1719104.

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

Color convert

RGB 64 59 26 -
CMYK 0 0.08 0.59 0.75
HSL 52.11º 0.42% 0.18% -
HSV(B) 52.11º 0.59% 0.25% -
XYZ 3.86 4.29 1.6 -
YUV 56.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 64 59 26 0 0.08 0.59 0.75 52.11 0.42 0.18
Hex 40 3B 1A 0 8 3B 4B 34 2A 12
Octal 100 73 32 0 10 73 113 64 52 22
Binary 1000000 111011 11010 0 1000 111011 1001011 110100 101010 10010

Color Harmonies of #403B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B1A

Black with #403B1A

Text Example


Text Example

White with #403B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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