Html Css Color HEX #403600 Madras

📋 copy color: '#403600'

red 64 ◦ green 54 ◦ blue 0

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

Shades of Madras #403600

Tints of Madras #403600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 45.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.24%
G = 45.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#403600 (or 0x403600) is known color: Madras. HEX triplet: 40, 36 and 00. RGB value is (64,54,0). Sum of RGB (Red+Green+Blue) = 64+54+0=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #403600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403600 is #BFC9FF. Grayscale: #333333. Windows color (decimal): -12569088 or 13888. OLE color: 13888.

HSL color Cylindrical-coordinate representation of color #403600: hue angle of 50.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #403600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 54 0 -
CMYK 0 0.16 1 0.75
HSL 50.63º 1% 0.13% -
HSV(B) 50.63º 1% 0.25% -
XYZ 3.43 3.73 0.54 -
YUV 50.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 64 54 0 0 0.16 1 0.75 50.63 1 0.13
Hex 40 36 0 0 10 64 4B 33 64 D
Octal 100 66 0 0 20 144 113 63 144 15
Binary 1000000 110110 0 0 10000 1100100 1001011 110011 1100100 1101

Color Harmonies of #403600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403600

Black with #403600

Text Example


Text Example

White with #403600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403600; }

 p { color: rgb(64,54,0); }

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

background-color css

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

 a { background-color: rgb(64,54,0); }

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

border-color css

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

 span { border-color: rgb(64,54,0); }

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