Html Css Color HEX #464113 Madras

📋 copy color: '#464113'

red 70 ◦ green 65 ◦ blue 19

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

Shades of Madras #464113

Tints of Madras #464113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.21%

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

R = 45.45%
G = 42.21%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#464113 (or 0x464113) is known color: Madras. HEX triplet: 46, 41 and 13. RGB value is (70,65,19). Sum of RGB (Red+Green+Blue) = 70+65+19=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #464113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464113 is #B9BEEC. Grayscale: #3D3D3D. Windows color (decimal): -12173037 or 1261894. OLE color: 1261894.

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

Color convert

RGB 70 65 19 -
CMYK 0 0.07 0.73 0.73
HSL 54.12º 0.57% 0.17% -
HSV(B) 54.12º 0.73% 0.27% -
XYZ 4.53 5.13 1.37 -
YUV 61.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 70 65 19 0 0.07 0.73 0.73 54.12 0.57 0.17
Hex 46 41 13 0 7 49 49 36 39 11
Octal 106 101 23 0 7 111 111 66 71 21
Binary 1000110 1000001 10011 0 111 1001001 1001001 110110 111001 10001

Color Harmonies of #464113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464113

Black with #464113

Text Example


Text Example

White with #464113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464113; }

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

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

background-color css

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

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

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

border-color css

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

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

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