Html Css Color HEX #463B1A Madras

📋 copy color: '#463B1A'

red 70 ◦ green 59 ◦ blue 26

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

Shades of Madras #463B1A

Tints of Madras #463B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 45.16%
G = 38.06%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#463B1A (or 0x463B1A) is known color: Madras. HEX triplet: 46, 3B and 1A. RGB value is (70,59,26). Sum of RGB (Red+Green+Blue) = 70+59+26=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #463B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B1A is #B9C4E5. Grayscale: #3A3A3A. Windows color (decimal): -12174566 or 1719110. OLE color: 1719110.

HSL color Cylindrical-coordinate representation of color #463B1A: hue angle of 45º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463B1A is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 59 26 -
CMYK 0 0.16 0.63 0.73
HSL 45º 0.46% 0.19% -
HSV(B) 45º 0.63% 0.27% -
XYZ 4.28 4.5 1.62 -
YUV 58.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 70 59 26 0 0.16 0.63 0.73 45 0.46 0.19
Hex 46 3B 1A 0 10 3F 49 2D 2E 13
Octal 106 73 32 0 20 77 111 55 56 23
Binary 1000110 111011 11010 0 10000 111111 1001001 101101 101110 10011

Color Harmonies of #463B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B1A

Black with #463B1A

Text Example


Text Example

White with #463B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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