Html Css Color HEX #403B15 Madras

📋 copy color: '#403B15'

red 64 ◦ green 59 ◦ blue 21

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

Shades of Madras #403B15

Tints of Madras #403B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.58%

R = 44.44%
G = 40.97%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#403B15 (or 0x403B15) is known color: Madras. HEX triplet: 40, 3B and 15. RGB value is (64,59,21). Sum of RGB (Red+Green+Blue) = 64+59+21=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #403B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B15 is #BFC4EA. Grayscale: #383838. Windows color (decimal): -12567787 or 1391424. OLE color: 1391424.

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

Color convert

RGB 64 59 21 -
CMYK 0 0.08 0.67 0.75
HSL 53.02º 0.51% 0.17% -
HSV(B) 53.02º 0.67% 0.25% -
XYZ 3.81 4.27 1.33 -
YUV 56.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 64 59 21 0 0.08 0.67 0.75 53.02 0.51 0.17
Hex 40 3B 15 0 8 43 4B 35 33 11
Octal 100 73 25 0 10 103 113 65 63 21
Binary 1000000 111011 10101 0 1000 1000011 1001011 110101 110011 10001

Color Harmonies of #403B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B15

Black with #403B15

Text Example


Text Example

White with #403B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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