Html Css Color HEX #463813 Madras

📋 copy color: '#463813'

red 70 ◦ green 56 ◦ blue 19

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

Shades of Madras #463813

Tints of Madras #463813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 48.28%
G = 38.62%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#463813 (or 0x463813) is known color: Madras. HEX triplet: 46, 38 and 13. RGB value is (70,56,19). Sum of RGB (Red+Green+Blue) = 70+56+19=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463813 is #B9C7EC. Grayscale: #383838. Windows color (decimal): -12175341 or 1259590. OLE color: 1259590.

HSL color Cylindrical-coordinate representation of color #463813: hue angle of 43.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463813 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 56 19 -
CMYK 0 0.20 0.73 0.73
HSL 43.53º 0.57% 0.17% -
HSV(B) 43.53º 0.73% 0.27% -
XYZ 4.06 4.18 1.21 -
YUV 55.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 70 56 19 0 0.20 0.73 0.73 43.53 0.57 0.17
Hex 46 38 13 0 14 49 49 2C 39 11
Octal 106 70 23 0 24 111 111 54 71 21
Binary 1000110 111000 10011 0 10100 1001001 1001001 101100 111001 10001

Color Harmonies of #463813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463813

Black with #463813

Text Example


Text Example

White with #463813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463813; }

 p { color: rgb(70,56,19); }

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

background-color css

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

 a { background-color: rgb(70,56,19); }

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

border-color css

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

 span { border-color: rgb(70,56,19); }

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