Html Css Color HEX #46420C Madras

📋 copy color: '#46420C'

red 70 ◦ green 66 ◦ blue 12

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

Shades of Madras #46420C

Tints of Madras #46420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.11%

R = 47.3%
G = 44.59%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#46420C (or 0x46420C) is known color: Madras. HEX triplet: 46, 42 and 0C. RGB value is (70,66,12). Sum of RGB (Red+Green+Blue) = 70+66+12=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46420C is #B9BDF3. Grayscale: #3D3D3D. Windows color (decimal): -12172788 or 803398. OLE color: 803398.

HSL color Cylindrical-coordinate representation of color #46420C: hue angle of 55.86º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46420C is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 12 -
CMYK 0 0.06 0.83 0.73
HSL 55.86º 0.71% 0.16% -
HSV(B) 55.86º 0.83% 0.27% -
XYZ 4.54 5.23 1.12 -
YUV 61.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 70 66 12 0 0.06 0.83 0.73 55.86 0.71 0.16
Hex 46 42 C 0 6 53 49 38 47 10
Octal 106 102 14 0 6 123 111 70 107 20
Binary 1000110 1000010 1100 0 110 1010011 1001001 111000 1000111 10000

Color Harmonies of #46420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46420C

Black with #46420C

Text Example


Text Example

White with #46420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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