Html Css Color HEX #403C09 Madras

📋 copy color: '#403C09'

red 64 ◦ green 60 ◦ blue 9

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

Shades of Madras #403C09

Tints of Madras #403C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.77%

R = 48.12%
G = 45.11%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#403C09 (or 0x403C09) is known color: Madras. HEX triplet: 40, 3C and 09. RGB value is (64,60,9). Sum of RGB (Red+Green+Blue) = 64+60+9=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #403C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C09 is #BFC3F6. Grayscale: #373737. Windows color (decimal): -12567543 or 605248. OLE color: 605248.

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

Color convert

RGB 64 60 9 -
CMYK 0 0.06 0.86 0.75
HSL 55.64º 0.75% 0.14% -
HSV(B) 55.64º 0.86% 0.25% -
XYZ 3.78 4.34 0.9 -
YUV 55.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 64 60 9 0 0.06 0.86 0.75 55.64 0.75 0.14
Hex 40 3C 9 0 6 56 4B 38 4B E
Octal 100 74 11 0 6 126 113 70 113 16
Binary 1000000 111100 1001 0 110 1010110 1001011 111000 1001011 1110

Color Harmonies of #403C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C09

Black with #403C09

Text Example


Text Example

White with #403C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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