Html Css Color HEX #463E1C Madras

📋 copy color: '#463E1C'

red 70 ◦ green 62 ◦ blue 28

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

Shades of Madras #463E1C

Tints of Madras #463E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.75%

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

R = 43.75%
G = 38.75%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#463E1C (or 0x463E1C) is known color: Madras. HEX triplet: 46, 3E and 1C. RGB value is (70,62,28). Sum of RGB (Red+Green+Blue) = 70+62+28=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E1C is #B9C1E3. Grayscale: #3C3C3C. Windows color (decimal): -12173796 or 1850950. OLE color: 1850950.

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

Color convert

RGB 70 62 28 -
CMYK 0 0.11 0.60 0.73
HSL 48.57º 0.43% 0.19% -
HSV(B) 48.57º 0.6% 0.27% -
XYZ 4.46 4.83 1.8 -
YUV 60.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 70 62 28 0 0.11 0.60 0.73 48.57 0.43 0.19
Hex 46 3E 1C 0 B 3C 49 31 2B 13
Octal 106 76 34 0 13 74 111 61 53 23
Binary 1000110 111110 11100 0 1011 111100 1001001 110001 101011 10011

Color Harmonies of #463E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E1C

Black with #463E1C

Text Example


Text Example

White with #463E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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