Html Css Color HEX #463E0C Madras

📋 copy color: '#463E0C'

red 70 ◦ green 62 ◦ blue 12

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

Shades of Madras #463E0C

Tints of Madras #463E0C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.06%

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

R = 48.61%
G = 43.06%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#463E0C (or 0x463E0C) is known color: Madras. HEX triplet: 46, 3E and 0C. RGB value is (70,62,12). Sum of RGB (Red+Green+Blue) = 70+62+12=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E0C is #B9C1F3. Grayscale: #3A3A3A. Windows color (decimal): -12173812 or 802374. OLE color: 802374.

HSL color Cylindrical-coordinate representation of color #463E0C: hue angle of 51.72º 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 #463E0C is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 62 12 -
CMYK 0 0.11 0.83 0.73
HSL 51.72º 0.71% 0.16% -
HSV(B) 51.72º 0.83% 0.27% -
XYZ 4.31 4.77 1.04 -
YUV 58.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 70 62 12 0 0.11 0.83 0.73 51.72 0.71 0.16
Hex 46 3E C 0 B 53 49 34 47 10
Octal 106 76 14 0 13 123 111 64 107 20
Binary 1000110 111110 1100 0 1011 1010011 1001001 110100 1000111 10000

Color Harmonies of #463E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E0C

Black with #463E0C

Text Example


Text Example

White with #463E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463E0C; }

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

 H1.HeaderClassName
 {
   color: #463E0C;
 }
 .AnyTagClassName
 {
   color: #463E0C;
 }
</style>

background-color css

<style>
 a { background-color: #463E0C; }

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

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

border-color css

<style>
 span { border-color: #463E0C; }

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

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