Html Css Color HEX #403B1B Madras

📋 copy color: '#403B1B'

red 64 ◦ green 59 ◦ blue 27

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

Shades of Madras #403B1B

Tints of Madras #403B1B

RGB

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

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

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

R = 42.67%
G = 39.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#403B1B (or 0x403B1B) is known color: Madras. HEX triplet: 40, 3B and 1B. RGB value is (64,59,27). Sum of RGB (Red+Green+Blue) = 64+59+27=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B1B is #BFC4E4. Grayscale: #383838. Windows color (decimal): -12567781 or 1784640. OLE color: 1784640.

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

Color convert

RGB 64 59 27 -
CMYK 0 0.08 0.58 0.75
HSL 51.89º 0.41% 0.18% -
HSV(B) 51.89º 0.58% 0.25% -
XYZ 3.88 4.3 1.66 -
YUV 56.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 64 59 27 0 0.08 0.58 0.75 51.89 0.41 0.18
Hex 40 3B 1B 0 8 3A 4B 34 29 12
Octal 100 73 33 0 10 72 113 64 51 22
Binary 1000000 111011 11011 0 1000 111010 1001011 110100 101001 10010

Color Harmonies of #403B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B1B

Black with #403B1B

Text Example


Text Example

White with #403B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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