Html Css Color HEX #403C07 Madras

📋 copy color: '#403C07'

red 64 ◦ green 60 ◦ blue 7

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

Shades of Madras #403C07

Tints of Madras #403C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.34%

R = 48.85%
G = 45.8%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#403C07 (or 0x403C07) is known color: Madras. HEX triplet: 40, 3C and 07. RGB value is (64,60,7). Sum of RGB (Red+Green+Blue) = 64+60+7=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C07 is #BFC3F8. Grayscale: #373737. Windows color (decimal): -12567545 or 474176. OLE color: 474176.

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

Color convert

RGB 64 60 7 -
CMYK 0 0.06 0.89 0.75
HSL 55.79º 0.8% 0.14% -
HSV(B) 55.79º 0.89% 0.25% -
XYZ 3.77 4.34 0.84 -
YUV 55.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 64 60 7 0 0.06 0.89 0.75 55.79 0.8 0.14
Hex 40 3C 7 0 6 59 4B 38 50 E
Octal 100 74 7 0 6 131 113 70 120 16
Binary 1000000 111100 111 0 110 1011001 1001011 111000 1010000 1110

Color Harmonies of #403C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C07

Black with #403C07

Text Example


Text Example

White with #403C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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