Html Css Color HEX #463C1C Madras

📋 copy color: '#463C1C'

red 70 ◦ green 60 ◦ blue 28

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

Shades of Madras #463C1C

Tints of Madras #463C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 44.3%
G = 37.97%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#463C1C (or 0x463C1C) is known color: Madras. HEX triplet: 46, 3C and 1C. RGB value is (70,60,28). Sum of RGB (Red+Green+Blue) = 70+60+28=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #463C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C1C is #B9C3E3. Grayscale: #3B3B3B. Windows color (decimal): -12174308 or 1850438. OLE color: 1850438.

HSL color Cylindrical-coordinate representation of color #463C1C: hue angle of 45.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #463C1C is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 60 28 -
CMYK 0 0.14 0.60 0.73
HSL 45.71º 0.43% 0.19% -
HSV(B) 45.71º 0.6% 0.27% -
XYZ 4.35 4.62 1.76 -
YUV 59.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 70 60 28 0 0.14 0.60 0.73 45.71 0.43 0.19
Hex 46 3C 1C 0 E 3C 49 2E 2B 13
Octal 106 74 34 0 16 74 111 56 53 23
Binary 1000110 111100 11100 0 1110 111100 1001001 101110 101011 10011

Color Harmonies of #463C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C1C

Black with #463C1C

Text Example


Text Example

White with #463C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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