Html Css Color HEX #46370B Madras

📋 copy color: '#46370B'

red 70 ◦ green 55 ◦ blue 11

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

Shades of Madras #46370B

Tints of Madras #46370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

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

R = 51.47%
G = 40.44%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#46370B (or 0x46370B) is known color: Madras. HEX triplet: 46, 37 and 0B. RGB value is (70,55,11). Sum of RGB (Red+Green+Blue) = 70+55+11=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46370B is #B9C8F4. Grayscale: #363636. Windows color (decimal): -12175605 or 735046. OLE color: 735046.

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

Color convert

RGB 70 55 11 -
CMYK 0 0.21 0.84 0.73
HSL 44.75º 0.73% 0.16% -
HSV(B) 44.75º 0.84% 0.27% -
XYZ 3.95 4.06 0.89 -
YUV 54.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 70 55 11 0 0.21 0.84 0.73 44.75 0.73 0.16
Hex 46 37 B 0 15 54 49 2D 49 10
Octal 106 67 13 0 25 124 111 55 111 20
Binary 1000110 110111 1011 0 10101 1010100 1001001 101101 1001001 10000

Color Harmonies of #46370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46370B

Black with #46370B

Text Example


Text Example

White with #46370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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