Html Css Color HEX #403B19 Madras

📋 copy color: '#403B19'

red 64 ◦ green 59 ◦ blue 25

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

Shades of Madras #403B19

Tints of Madras #403B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.89%

R = 43.24%
G = 39.86%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#403B19 (or 0x403B19) is known color: Madras. HEX triplet: 40, 3B and 19. RGB value is (64,59,25). Sum of RGB (Red+Green+Blue) = 64+59+25=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #403B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B19 is #BFC4E6. Grayscale: #383838. Windows color (decimal): -12567783 or 1653568. OLE color: 1653568.

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

Color convert

RGB 64 59 25 -
CMYK 0 0.08 0.61 0.75
HSL 52.31º 0.44% 0.17% -
HSV(B) 52.31º 0.61% 0.25% -
XYZ 3.85 4.29 1.54 -
YUV 56.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 64 59 25 0 0.08 0.61 0.75 52.31 0.44 0.17
Hex 40 3B 19 0 8 3D 4B 34 2C 11
Octal 100 73 31 0 10 75 113 64 54 21
Binary 1000000 111011 11001 0 1000 111101 1001011 110100 101100 10001

Color Harmonies of #403B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B19

Black with #403B19

Text Example


Text Example

White with #403B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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