Html Css Color HEX #46390B Madras

📋 copy color: '#46390B'

red 70 ◦ green 57 ◦ blue 11

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

Shades of Madras #46390B

Tints of Madras #46390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.3%

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

R = 50.72%
G = 41.3%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#46390B (or 0x46390B) is known color: Madras. HEX triplet: 46, 39 and 0B. RGB value is (70,57,11). Sum of RGB (Red+Green+Blue) = 70+57+11=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46390B is #B9C6F4. Grayscale: #373737. Windows color (decimal): -12175093 or 735558. OLE color: 735558.

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

Color convert

RGB 70 57 11 -
CMYK 0 0.19 0.84 0.73
HSL 46.78º 0.73% 0.16% -
HSV(B) 46.78º 0.84% 0.27% -
XYZ 4.05 4.25 0.92 -
YUV 55.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 70 57 11 0 0.19 0.84 0.73 46.78 0.73 0.16
Hex 46 39 B 0 13 54 49 2F 49 10
Octal 106 71 13 0 23 124 111 57 111 20
Binary 1000110 111001 1011 0 10011 1010100 1001001 101111 1001001 10000

Color Harmonies of #46390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46390B

Black with #46390B

Text Example


Text Example

White with #46390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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