Html Css Color HEX #463C0E Madras

📋 copy color: '#463C0E'

red 70 ◦ green 60 ◦ blue 14

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

Shades of Madras #463C0E

Tints of Madras #463C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.67%

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

R = 48.61%
G = 41.67%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#463C0E (or 0x463C0E) is known color: Madras. HEX triplet: 46, 3C and 0E. RGB value is (70,60,14). Sum of RGB (Red+Green+Blue) = 70+60+14=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463C0E is #B9C3F1. Grayscale: #393939. Windows color (decimal): -12174322 or 932934. OLE color: 932934.

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

Color convert

RGB 70 60 14 -
CMYK 0 0.14 0.80 0.73
HSL 49.29º 0.67% 0.16% -
HSV(B) 49.29º 0.8% 0.27% -
XYZ 4.22 4.57 1.07 -
YUV 57.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 70 60 14 0 0.14 0.80 0.73 49.29 0.67 0.16
Hex 46 3C E 0 E 50 49 31 43 10
Octal 106 74 16 0 16 120 111 61 103 20
Binary 1000110 111100 1110 0 1110 1010000 1001001 110001 1000011 10000

Color Harmonies of #463C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C0E

Black with #463C0E

Text Example


Text Example

White with #463C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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