Html Css Color HEX #46410B Madras

📋 copy color: '#46410B'

red 70 ◦ green 65 ◦ blue 11

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

Shades of Madras #46410B

Tints of Madras #46410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.53%

R = 47.95%
G = 44.52%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#46410B (or 0x46410B) is known color: Madras. HEX triplet: 46, 41 and 0B. RGB value is (70,65,11). Sum of RGB (Red+Green+Blue) = 70+65+11=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #46410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46410B is #B9BEF4. Grayscale: #3C3C3C. Windows color (decimal): -12173045 or 737606. OLE color: 737606.

HSL color Cylindrical-coordinate representation of color #46410B: hue angle of 54.92º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46410B is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 65 11 -
CMYK 0 0.07 0.84 0.73
HSL 54.92º 0.73% 0.16% -
HSV(B) 54.92º 0.84% 0.27% -
XYZ 4.48 5.11 1.07 -
YUV 60.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 70 65 11 0 0.07 0.84 0.73 54.92 0.73 0.16
Hex 46 41 B 0 7 54 49 37 49 10
Octal 106 101 13 0 7 124 111 67 111 20
Binary 1000110 1000001 1011 0 111 1010100 1001001 110111 1001001 10000

Color Harmonies of #46410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46410B

Black with #46410B

Text Example


Text Example

White with #46410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46410B; }

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

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

background-color css

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

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

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

border-color css

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

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

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