Html Css Color HEX #403604 Madras

📋 copy color: '#403604'

red 64 ◦ green 54 ◦ blue 4

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

Shades of Madras #403604

Tints of Madras #403604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.28%

R = 52.46%
G = 44.26%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#403604 (or 0x403604) is known color: Madras. HEX triplet: 40, 36 and 04. RGB value is (64,54,4). Sum of RGB (Red+Green+Blue) = 64+54+4=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #403604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403604 is #BFC9FB. Grayscale: #333333. Windows color (decimal): -12569084 or 276032. OLE color: 276032.

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

Color convert

RGB 64 54 4 -
CMYK 0 0.16 0.94 0.75
HSL 50º 0.88% 0.13% -
HSV(B) 50º 0.94% 0.25% -
XYZ 3.46 3.74 0.65 -
YUV 51.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 64 54 4 0 0.16 0.94 0.75 50 0.88 0.13
Hex 40 36 4 0 10 5E 4B 32 58 D
Octal 100 66 4 0 20 136 113 62 130 15
Binary 1000000 110110 100 0 10000 1011110 1001011 110010 1011000 1101

Color Harmonies of #403604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403604

Black with #403604

Text Example


Text Example

White with #403604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403604; }

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

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

background-color css

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

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

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

border-color css

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

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

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