Html Css Color HEX #46420B Madras

📋 copy color: '#46420B'

red 70 ◦ green 66 ◦ blue 11

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

Shades of Madras #46420B

Tints of Madras #46420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.9%

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

R = 47.62%
G = 44.9%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#46420B (or 0x46420B) is known color: Madras. HEX triplet: 46, 42 and 0B. RGB value is (70,66,11). Sum of RGB (Red+Green+Blue) = 70+66+11=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46420B is #B9BDF4. Grayscale: #3D3D3D. Windows color (decimal): -12172789 or 737862. OLE color: 737862.

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

Color convert

RGB 70 66 11 -
CMYK 0 0.06 0.84 0.73
HSL 55.93º 0.73% 0.16% -
HSV(B) 55.93º 0.84% 0.27% -
XYZ 4.53 5.22 1.09 -
YUV 60.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 70 66 11 0 0.06 0.84 0.73 55.93 0.73 0.16
Hex 46 42 B 0 6 54 49 38 49 10
Octal 106 102 13 0 6 124 111 70 111 20
Binary 1000110 1000010 1011 0 110 1010100 1001001 111000 1001001 10000

Color Harmonies of #46420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46420B

Black with #46420B

Text Example


Text Example

White with #46420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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