Html Css Color HEX #463C14 Madras

📋 copy color: '#463C14'

red 70 ◦ green 60 ◦ blue 20

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

Shades of Madras #463C14

Tints of Madras #463C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40%

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

R = 46.67%
G = 40%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#463C14 (or 0x463C14) is known color: Madras. HEX triplet: 46, 3C and 14. RGB value is (70,60,20). Sum of RGB (Red+Green+Blue) = 70+60+20=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #463C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463C14 is #B9C3EB. Grayscale: #3A3A3A. Windows color (decimal): -12174316 or 1326150. OLE color: 1326150.

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

Color convert

RGB 70 60 20 -
CMYK 0 0.14 0.71 0.73
HSL 48º 0.56% 0.18% -
HSV(B) 48º 0.71% 0.27% -
XYZ 4.27 4.58 1.32 -
YUV 58.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 70 60 20 0 0.14 0.71 0.73 48 0.56 0.18
Hex 46 3C 14 0 E 47 49 30 38 12
Octal 106 74 24 0 16 107 111 60 70 22
Binary 1000110 111100 10100 0 1110 1000111 1001001 110000 111000 10010

Color Harmonies of #463C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C14

Black with #463C14

Text Example


Text Example

White with #463C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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