Html Css Color HEX #403B18 Madras

📋 copy color: '#403B18'

red 64 ◦ green 59 ◦ blue 24

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

Shades of Madras #403B18

Tints of Madras #403B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.33%

R = 43.54%
G = 40.14%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#403B18 (or 0x403B18) is known color: Madras. HEX triplet: 40, 3B and 18. RGB value is (64,59,24). Sum of RGB (Red+Green+Blue) = 64+59+24=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #403B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B18 is #BFC4E7. Grayscale: #383838. Windows color (decimal): -12567784 or 1588032. OLE color: 1588032.

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

Color convert

RGB 64 59 24 -
CMYK 0 0.08 0.62 0.75
HSL 52.5º 0.45% 0.17% -
HSV(B) 52.5º 0.63% 0.25% -
XYZ 3.84 4.28 1.49 -
YUV 56.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 64 59 24 0 0.08 0.62 0.75 52.5 0.45 0.17
Hex 40 3B 18 0 8 3E 4B 34 2D 11
Octal 100 73 30 0 10 76 113 64 55 21
Binary 1000000 111011 11000 0 1000 111110 1001011 110100 101101 10001

Color Harmonies of #403B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B18

Black with #403B18

Text Example


Text Example

White with #403B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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