Html Css Color HEX #463A1A Madras

📋 copy color: '#463A1A'

red 70 ◦ green 58 ◦ blue 26

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

Shades of Madras #463A1A

Tints of Madras #463A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.66%

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

R = 45.45%
G = 37.66%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#463A1A (or 0x463A1A) is known color: Madras. HEX triplet: 46, 3A and 1A. RGB value is (70,58,26). Sum of RGB (Red+Green+Blue) = 70+58+26=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #463A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A1A is #B9C5E5. Grayscale: #3A3A3A. Windows color (decimal): -12174822 or 1718854. OLE color: 1718854.

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

Color convert

RGB 70 58 26 -
CMYK 0 0.17 0.63 0.73
HSL 43.64º 0.46% 0.19% -
HSV(B) 43.64º 0.63% 0.27% -
XYZ 4.23 4.4 1.6 -
YUV 57.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 70 58 26 0 0.17 0.63 0.73 43.64 0.46 0.19
Hex 46 3A 1A 0 11 3F 49 2C 2E 13
Octal 106 72 32 0 21 77 111 54 56 23
Binary 1000110 111010 11010 0 10001 111111 1001001 101100 101110 10011

Color Harmonies of #463A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A1A

Black with #463A1A

Text Example


Text Example

White with #463A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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