Html Css Color HEX #463B14 Madras

📋 copy color: '#463B14'

red 70 ◦ green 59 ◦ blue 20

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

Shades of Madras #463B14

Tints of Madras #463B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 46.98%
G = 39.6%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#463B14 (or 0x463B14) is known color: Madras. HEX triplet: 46, 3B and 14. RGB value is (70,59,20). Sum of RGB (Red+Green+Blue) = 70+59+20=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #463B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B14 is #B9C4EB. Grayscale: #3A3A3A. Windows color (decimal): -12174572 or 1325894. OLE color: 1325894.

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

Color convert

RGB 70 59 20 -
CMYK 0 0.16 0.71 0.73
HSL 46.8º 0.56% 0.18% -
HSV(B) 46.8º 0.71% 0.27% -
XYZ 4.22 4.48 1.3 -
YUV 57.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 70 59 20 0 0.16 0.71 0.73 46.8 0.56 0.18
Hex 46 3B 14 0 10 47 49 2F 38 12
Octal 106 73 24 0 20 107 111 57 70 22
Binary 1000110 111011 10100 0 10000 1000111 1001001 101111 111000 10010

Color Harmonies of #463B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B14

Black with #463B14

Text Example


Text Example

White with #463B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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