Html Css Color HEX #463F18 Madras

📋 copy color: '#463F18'

red 70 ◦ green 63 ◦ blue 24

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

Shades of Madras #463F18

Tints of Madras #463F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.29%

R = 44.59%
G = 40.13%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463F18 (or 0x463F18) is known color: Madras. HEX triplet: 46, 3F and 18. RGB value is (70,63,24). Sum of RGB (Red+Green+Blue) = 70+63+24=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F18 is #B9C0E7. Grayscale: #3C3C3C. Windows color (decimal): -12173544 or 1589062. OLE color: 1589062.

HSL color Cylindrical-coordinate representation of color #463F18: hue angle of 50.87º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463F18 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 63 24 -
CMYK 0 0.10 0.66 0.73
HSL 50.87º 0.49% 0.18% -
HSV(B) 50.87º 0.66% 0.27% -
XYZ 4.47 4.92 1.58 -
YUV 60.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 70 63 24 0 0.10 0.66 0.73 50.87 0.49 0.18
Hex 46 3F 18 0 A 42 49 33 31 12
Octal 106 77 30 0 12 102 111 63 61 22
Binary 1000110 111111 11000 0 1010 1000010 1001001 110011 110001 10010

Color Harmonies of #463F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F18

Black with #463F18

Text Example


Text Example

White with #463F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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