Html Css Color HEX #463C15 Madras

📋 copy color: '#463C15'

red 70 ◦ green 60 ◦ blue 21

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

Shades of Madras #463C15

Tints of Madras #463C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.74%

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 46.36%
G = 39.74%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#463C15 (or 0x463C15) is known color: Madras. HEX triplet: 46, 3C and 15. RGB value is (70,60,21). Sum of RGB (Red+Green+Blue) = 70+60+21=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #463C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463C15 is #B9C3EA. Grayscale: #3A3A3A. Windows color (decimal): -12174315 or 1391686. OLE color: 1391686.

HSL color Cylindrical-coordinate representation of color #463C15: hue angle of 47.76º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463C15 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 60 21 -
CMYK 0 0.14 0.70 0.73
HSL 47.76º 0.54% 0.18% -
HSV(B) 47.76º 0.7% 0.27% -
XYZ 4.28 4.59 1.37 -
YUV 58.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 70 60 21 0 0.14 0.70 0.73 47.76 0.54 0.18
Hex 46 3C 15 0 E 46 49 30 36 12
Octal 106 74 25 0 16 106 111 60 66 22
Binary 1000110 111100 10101 0 1110 1000110 1001001 110000 110110 10010

Color Harmonies of #463C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C15

Black with #463C15

Text Example


Text Example

White with #463C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,21); }

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

background-color css

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

 a { background-color: rgb(70,60,21); }

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

border-color css

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

 span { border-color: rgb(70,60,21); }

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