Html Css Color HEX #403B1C Madras

📋 copy color: '#403B1C'

red 64 ◦ green 59 ◦ blue 28

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

Shades of Madras #403B1C

Tints of Madras #403B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.54%

R = 42.38%
G = 39.07%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#403B1C (or 0x403B1C) is known color: Madras. HEX triplet: 40, 3B and 1C. RGB value is (64,59,28). Sum of RGB (Red+Green+Blue) = 64+59+28=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B1C is #BFC4E3. Grayscale: #393939. Windows color (decimal): -12567780 or 1850176. OLE color: 1850176.

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

Color convert

RGB 64 59 28 -
CMYK 0 0.08 0.56 0.75
HSL 51.67º 0.39% 0.18% -
HSV(B) 51.67º 0.56% 0.25% -
XYZ 3.89 4.3 1.72 -
YUV 56.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 64 59 28 0 0.08 0.56 0.75 51.67 0.39 0.18
Hex 40 3B 1C 0 8 38 4B 34 27 12
Octal 100 73 34 0 10 70 113 64 47 22
Binary 1000000 111011 11100 0 1000 111000 1001011 110100 100111 10010

Color Harmonies of #403B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B1C

Black with #403B1C

Text Example


Text Example

White with #403B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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