Html Css Color HEX #403601 Madras

📋 copy color: '#403601'

red 64 ◦ green 54 ◦ blue 1

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

Shades of Madras #403601

Tints of Madras #403601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.84%

R = 53.78%
G = 45.38%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#403601 (or 0x403601) is known color: Madras. HEX triplet: 40, 36 and 01. RGB value is (64,54,1). Sum of RGB (Red+Green+Blue) = 64+54+1=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #403601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403601 is #BFC9FE. Grayscale: #333333. Windows color (decimal): -12569087 or 79424. OLE color: 79424.

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

Color convert

RGB 64 54 1 -
CMYK 0 0.16 0.98 0.75
HSL 50.48º 0.97% 0.13% -
HSV(B) 50.48º 0.98% 0.25% -
XYZ 3.44 3.73 0.57 -
YUV 50.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 64 54 1 0 0.16 0.98 0.75 50.48 0.97 0.13
Hex 40 36 1 0 10 62 4B 32 61 D
Octal 100 66 1 0 20 142 113 62 141 15
Binary 1000000 110110 1 0 10000 1100010 1001011 110010 1100001 1101

Color Harmonies of #403601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403601

Black with #403601

Text Example


Text Example

White with #403601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403601; }

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

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

background-color css

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

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

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

border-color css

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

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

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