Html Css Color HEX #463A1C Madras

📋 copy color: '#463A1C'

red 70 ◦ green 58 ◦ blue 28

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

Shades of Madras #463A1C

Tints of Madras #463A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.18%

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

R = 44.87%
G = 37.18%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#463A1C (or 0x463A1C) is known color: Madras. HEX triplet: 46, 3A and 1C. RGB value is (70,58,28). Sum of RGB (Red+Green+Blue) = 70+58+28=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A1C is #B9C5E3. Grayscale: #3A3A3A. Windows color (decimal): -12174820 or 1849926. OLE color: 1849926.

HSL color Cylindrical-coordinate representation of color #463A1C: hue angle of 42.86º 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 #463A1C is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 58 28 -
CMYK 0 0.17 0.60 0.73
HSL 42.86º 0.43% 0.19% -
HSV(B) 42.86º 0.6% 0.27% -
XYZ 4.25 4.41 1.73 -
YUV 58.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 70 58 28 0 0.17 0.60 0.73 42.86 0.43 0.19
Hex 46 3A 1C 0 11 3C 49 2B 2B 13
Octal 106 72 34 0 21 74 111 53 53 23
Binary 1000110 111010 11100 0 10001 111100 1001001 101011 101011 10011

Color Harmonies of #463A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A1C

Black with #463A1C

Text Example


Text Example

White with #463A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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