Html Css Color HEX #46370D Madras

📋 copy color: '#46370D'

red 70 ◦ green 55 ◦ blue 13

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

Shades of Madras #46370D

Tints of Madras #46370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.42%

R = 50.72%
G = 39.86%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#46370D (or 0x46370D) is known color: Madras. HEX triplet: 46, 37 and 0D. RGB value is (70,55,13). Sum of RGB (Red+Green+Blue) = 70+55+13=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46370D is #B9C8F2. Grayscale: #363636. Windows color (decimal): -12175603 or 866118. OLE color: 866118.

HSL color Cylindrical-coordinate representation of color #46370D: hue angle of 44.21º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46370D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 13 -
CMYK 0 0.21 0.81 0.73
HSL 44.21º 0.69% 0.16% -
HSV(B) 44.21º 0.81% 0.27% -
XYZ 3.96 4.06 0.96 -
YUV 54.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 70 55 13 0 0.21 0.81 0.73 44.21 0.69 0.16
Hex 46 37 D 0 15 51 49 2C 45 10
Octal 106 67 15 0 25 121 111 54 105 20
Binary 1000110 110111 1101 0 10101 1010001 1001001 101100 1000101 10000

Color Harmonies of #46370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46370D

Black with #46370D

Text Example


Text Example

White with #46370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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