Html Css Color HEX #403B13 Madras

📋 copy color: '#403B13'

red 64 ◦ green 59 ◦ blue 19

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

Shades of Madras #403B13

Tints of Madras #403B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 45.07%
G = 41.55%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#403B13 (or 0x403B13) is known color: Madras. HEX triplet: 40, 3B and 13. RGB value is (64,59,19). Sum of RGB (Red+Green+Blue) = 64+59+19=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #403B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B13 is #BFC4EC. Grayscale: #383838. Windows color (decimal): -12567789 or 1260352. OLE color: 1260352.

HSL color Cylindrical-coordinate representation of color #403B13: hue angle of 53.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403B13 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 59 19 -
CMYK 0 0.08 0.70 0.75
HSL 53.33º 0.54% 0.16% -
HSV(B) 53.33º 0.7% 0.25% -
XYZ 3.8 4.26 1.24 -
YUV 55.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 64 59 19 0 0.08 0.70 0.75 53.33 0.54 0.16
Hex 40 3B 13 0 8 46 4B 35 36 10
Octal 100 73 23 0 10 106 113 65 66 20
Binary 1000000 111011 10011 0 1000 1000110 1001011 110101 110110 10000

Color Harmonies of #403B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B13

Black with #403B13

Text Example


Text Example

White with #403B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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