Html Css Color HEX #403A1D Madras

📋 copy color: '#403A1D'

red 64 ◦ green 58 ◦ blue 29

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

Shades of Madras #403A1D

Tints of Madras #403A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 42.38%
G = 38.41%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#403A1D (or 0x403A1D) is known color: Madras. HEX triplet: 40, 3A and 1D. RGB value is (64,58,29). Sum of RGB (Red+Green+Blue) = 64+58+29=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A1D is #BFC5E2. Grayscale: #383838. Windows color (decimal): -12568035 or 1915456. OLE color: 1915456.

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

Color convert

RGB 64 58 29 -
CMYK 0 0.09 0.55 0.75
HSL 49.71º 0.38% 0.18% -
HSV(B) 49.71º 0.55% 0.25% -
XYZ 3.85 4.2 1.77 -
YUV 56.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 64 58 29 0 0.09 0.55 0.75 49.71 0.38 0.18
Hex 40 3A 1D 0 9 37 4B 32 26 12
Octal 100 72 35 0 11 67 113 62 46 22
Binary 1000000 111010 11101 0 1001 110111 1001011 110010 100110 10010

Color Harmonies of #403A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A1D

Black with #403A1D

Text Example


Text Example

White with #403A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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