Html Css Color HEX #403C05 Madras

📋 copy color: '#403C05'

red 64 ◦ green 60 ◦ blue 5

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

Shades of Madras #403C05

Tints of Madras #403C05

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.51%

 BLUE value IS 5 (2.34% from 255) = 3.88%

R = 49.61%
G = 46.51%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#403C05 (or 0x403C05) is known color: Madras. HEX triplet: 40, 3C and 05. RGB value is (64,60,5). Sum of RGB (Red+Green+Blue) = 64+60+5=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #403C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C05 is #BFC3FA. Grayscale: #373737. Windows color (decimal): -12567547 or 343104. OLE color: 343104.

HSL color Cylindrical-coordinate representation of color #403C05: hue angle of 55.93º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #403C05 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 60 5 -
CMYK 0 0.06 0.92 0.75
HSL 55.93º 0.86% 0.14% -
HSV(B) 55.93º 0.92% 0.25% -
XYZ 3.76 4.33 0.78 -
YUV 54.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 64 60 5 0 0.06 0.92 0.75 55.93 0.86 0.14
Hex 40 3C 5 0 6 5C 4B 38 56 E
Octal 100 74 5 0 6 134 113 70 126 16
Binary 1000000 111100 101 0 110 1011100 1001011 111000 1010110 1110

Color Harmonies of #403C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C05

Black with #403C05

Text Example


Text Example

White with #403C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,60,5); }

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

background-color css

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

 a { background-color: rgb(64,60,5); }

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

border-color css

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

 span { border-color: rgb(64,60,5); }

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