Html Css Color HEX #403602 Madras

📋 copy color: '#403602'

red 64 ◦ green 54 ◦ blue 2

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

Shades of Madras #403602

Tints of Madras #403602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.67%

R = 53.33%
G = 45%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#403602 (or 0x403602) is known color: Madras. HEX triplet: 40, 36 and 02. RGB value is (64,54,2). Sum of RGB (Red+Green+Blue) = 64+54+2=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #403602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403602 is #BFC9FD. Grayscale: #333333. Windows color (decimal): -12569086 or 144960. OLE color: 144960.

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

Color convert

RGB 64 54 2 -
CMYK 0 0.16 0.97 0.75
HSL 50.32º 0.94% 0.13% -
HSV(B) 50.32º 0.97% 0.25% -
XYZ 3.44 3.73 0.6 -
YUV 51.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 64 54 2 0 0.16 0.97 0.75 50.32 0.94 0.13
Hex 40 36 2 0 10 61 4B 32 5E D
Octal 100 66 2 0 20 141 113 62 136 15
Binary 1000000 110110 10 0 10000 1100001 1001011 110010 1011110 1101

Color Harmonies of #403602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403602

Black with #403602

Text Example


Text Example

White with #403602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403602; }

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

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

background-color css

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

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

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

border-color css

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

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

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