Html Css Color HEX #46370E Madras

📋 copy color: '#46370E'

red 70 ◦ green 55 ◦ blue 14

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

Shades of Madras #46370E

Tints of Madras #46370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 50.36%
G = 39.57%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#46370E (or 0x46370E) is known color: Madras. HEX triplet: 46, 37 and 0E. RGB value is (70,55,14). Sum of RGB (Red+Green+Blue) = 70+55+14=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #46370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46370E is #B9C8F1. Grayscale: #363636. Windows color (decimal): -12175602 or 931654. OLE color: 931654.

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

Color convert

RGB 70 55 14 -
CMYK 0 0.21 0.80 0.73
HSL 43.93º 0.67% 0.16% -
HSV(B) 43.93º 0.8% 0.27% -
XYZ 3.97 4.07 0.99 -
YUV 54.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 70 55 14 0 0.21 0.80 0.73 43.93 0.67 0.16
Hex 46 37 E 0 15 50 49 2C 43 10
Octal 106 67 16 0 25 120 111 54 103 20
Binary 1000110 110111 1110 0 10101 1010000 1001001 101100 1000011 10000

Color Harmonies of #46370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46370E

Black with #46370E

Text Example


Text Example

White with #46370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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