Html Css Color HEX #46370A Madras

📋 copy color: '#46370A'

red 70 ◦ green 55 ◦ blue 10

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

Shades of Madras #46370A

Tints of Madras #46370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 51.85%
G = 40.74%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#46370A (or 0x46370A) is known color: Madras. HEX triplet: 46, 37 and 0A. RGB value is (70,55,10). Sum of RGB (Red+Green+Blue) = 70+55+10=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46370A is #B9C8F5. Grayscale: #363636. Windows color (decimal): -12175606 or 669510. OLE color: 669510.

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

Color convert

RGB 70 55 10 -
CMYK 0 0.21 0.86 0.73
HSL 45º 0.75% 0.16% -
HSV(B) 45º 0.86% 0.27% -
XYZ 3.95 4.06 0.86 -
YUV 54.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 70 55 10 0 0.21 0.86 0.73 45 0.75 0.16
Hex 46 37 A 0 15 56 49 2D 4B 10
Octal 106 67 12 0 25 126 111 55 113 20
Binary 1000110 110111 1010 0 10101 1010110 1001001 101101 1001011 10000

Color Harmonies of #46370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46370A

Black with #46370A

Text Example


Text Example

White with #46370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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