Html Css Color HEX #403A1B Madras

📋 copy color: '#403A1B'

red 64 ◦ green 58 ◦ blue 27

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

Shades of Madras #403A1B

Tints of Madras #403A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.12%

R = 42.95%
G = 38.93%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#403A1B (or 0x403A1B) is known color: Madras. HEX triplet: 40, 3A and 1B. RGB value is (64,58,27). Sum of RGB (Red+Green+Blue) = 64+58+27=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A1B is #BFC5E4. Grayscale: #383838. Windows color (decimal): -12568037 or 1784384. OLE color: 1784384.

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

Color convert

RGB 64 58 27 -
CMYK 0 0.09 0.58 0.75
HSL 50.27º 0.41% 0.18% -
HSV(B) 50.27º 0.58% 0.25% -
XYZ 3.83 4.2 1.65 -
YUV 56.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 64 58 27 0 0.09 0.58 0.75 50.27 0.41 0.18
Hex 40 3A 1B 0 9 3A 4B 32 29 12
Octal 100 72 33 0 11 72 113 62 51 22
Binary 1000000 111010 11011 0 1001 111010 1001011 110010 101001 10010

Color Harmonies of #403A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A1B

Black with #403A1B

Text Example


Text Example

White with #403A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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