Html Css Color HEX #46401C Madras

📋 copy color: '#46401C'

red 70 ◦ green 64 ◦ blue 28

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

Shades of Madras #46401C

Tints of Madras #46401C

RGB

 RED value IS 70 (27.73% from 255) = 43.21%

 GREEN value IS 64 (25.39% from 255) = 39.51%

 BLUE value IS 28 (11.33% from 255) = 17.28%

R = 43.21%
G = 39.51%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46401C (or 0x46401C) is known color: Madras. HEX triplet: 46, 40 and 1C. RGB value is (70,64,28). Sum of RGB (Red+Green+Blue) = 70+64+28=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #46401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46401C is #B9BFE3. Grayscale: #3D3D3D. Windows color (decimal): -12173284 or 1851462. OLE color: 1851462.

HSL color Cylindrical-coordinate representation of color #46401C: hue angle of 51.43º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46401C is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 64 28 -
CMYK 0 0.09 0.60 0.73
HSL 51.43º 0.43% 0.19% -
HSV(B) 51.43º 0.6% 0.27% -
XYZ 4.57 5.05 1.83 -
YUV 61.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 70 64 28 0 0.09 0.60 0.73 51.43 0.43 0.19
Hex 46 40 1C 0 9 3C 49 33 2B 13
Octal 106 100 34 0 11 74 111 63 53 23
Binary 1000110 1000000 11100 0 1001 111100 1001001 110011 101011 10011

Color Harmonies of #46401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46401C

Black with #46401C

Text Example


Text Example

White with #46401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46401C; }

 p { color: rgb(70,64,28); }

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

background-color css

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

 a { background-color: rgb(70,64,28); }

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

border-color css

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

 span { border-color: rgb(70,64,28); }

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