Html Css Color HEX #463F1C Madras

📋 copy color: '#463F1C'

red 70 ◦ green 63 ◦ blue 28

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

Shades of Madras #463F1C

Tints of Madras #463F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 39.13%

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

R = 43.48%
G = 39.13%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#463F1C (or 0x463F1C) is known color: Madras. HEX triplet: 46, 3F and 1C. RGB value is (70,63,28). Sum of RGB (Red+Green+Blue) = 70+63+28=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F1C is #B9C0E3. Grayscale: #3D3D3D. Windows color (decimal): -12173540 or 1851206. OLE color: 1851206.

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

Color convert

RGB 70 63 28 -
CMYK 0 0.10 0.60 0.73
HSL 50º 0.43% 0.19% -
HSV(B) 50º 0.6% 0.27% -
XYZ 4.51 4.94 1.81 -
YUV 61.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 70 63 28 0 0.10 0.60 0.73 50 0.43 0.19
Hex 46 3F 1C 0 A 3C 49 32 2B 13
Octal 106 77 34 0 12 74 111 62 53 23
Binary 1000110 111111 11100 0 1010 111100 1001001 110010 101011 10011

Color Harmonies of #463F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F1C

Black with #463F1C

Text Example


Text Example

White with #463F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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