Html Css Color HEX #463B1C Madras

📋 copy color: '#463B1C'

red 70 ◦ green 59 ◦ blue 28

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

Shades of Madras #463B1C

Tints of Madras #463B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.58%

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

R = 44.59%
G = 37.58%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#463B1C (or 0x463B1C) is known color: Madras. HEX triplet: 46, 3B and 1C. RGB value is (70,59,28). Sum of RGB (Red+Green+Blue) = 70+59+28=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B1C is #B9C4E3. Grayscale: #3A3A3A. Windows color (decimal): -12174564 or 1850182. OLE color: 1850182.

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

Color convert

RGB 70 59 28 -
CMYK 0 0.16 0.60 0.73
HSL 44.29º 0.43% 0.19% -
HSV(B) 44.29º 0.6% 0.27% -
XYZ 4.3 4.51 1.74 -
YUV 58.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 70 59 28 0 0.16 0.60 0.73 44.29 0.43 0.19
Hex 46 3B 1C 0 10 3C 49 2C 2B 13
Octal 106 73 34 0 20 74 111 54 53 23
Binary 1000110 111011 11100 0 10000 111100 1001001 101100 101011 10011

Color Harmonies of #463B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B1C

Black with #463B1C

Text Example


Text Example

White with #463B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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