Html Css Color HEX #403B16 Madras

📋 copy color: '#403B16'

red 64 ◦ green 59 ◦ blue 22

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

Shades of Madras #403B16

Tints of Madras #403B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 44.14%
G = 40.69%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#403B16 (or 0x403B16) is known color: Madras. HEX triplet: 40, 3B and 16. RGB value is (64,59,22). Sum of RGB (Red+Green+Blue) = 64+59+22=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #403B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B16 is #BFC4E9. Grayscale: #383838. Windows color (decimal): -12567786 or 1456960. OLE color: 1456960.

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

Color convert

RGB 64 59 22 -
CMYK 0 0.08 0.66 0.75
HSL 52.86º 0.49% 0.17% -
HSV(B) 52.86º 0.66% 0.25% -
XYZ 3.82 4.28 1.38 -
YUV 56.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 64 59 22 0 0.08 0.66 0.75 52.86 0.49 0.17
Hex 40 3B 16 0 8 42 4B 35 31 11
Octal 100 73 26 0 10 102 113 65 61 21
Binary 1000000 111011 10110 0 1000 1000010 1001011 110101 110001 10001

Color Harmonies of #403B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B16

Black with #403B16

Text Example


Text Example

White with #403B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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