Html Css Color HEX #46290E Bistre

📋 copy color: '#46290E'

red 70 ◦ green 41 ◦ blue 14

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

Shades of Bistre #46290E

Tints of Bistre #46290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.8%

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

R = 56%
G = 32.8%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#46290E (or 0x46290E) is known color: Bistre. HEX triplet: 46, 29 and 0E. RGB value is (70,41,14). Sum of RGB (Red+Green+Blue) = 70+41+14=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #46290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46290E is #B9D6F1. Grayscale: #2E2E2E. Windows color (decimal): -12179186 or 928070. OLE color: 928070.

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

Color convert

RGB 70 41 14 -
CMYK 0 0.41 0.80 0.73
HSL 28.93º 0.67% 0.16% -
HSV(B) 28.93º 0.8% 0.27% -
XYZ 3.4 2.92 0.8 -
YUV 46.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 70 41 14 0 0.41 0.80 0.73 28.93 0.67 0.16
Hex 46 29 E 0 29 50 49 1D 43 10
Octal 106 51 16 0 51 120 111 35 103 20
Binary 1000110 101001 1110 0 101001 1010000 1001001 11101 1000011 10000

Color Harmonies of #46290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46290E

Black with #46290E

Text Example


Text Example

White with #46290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46290E; }

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

 H1.HeaderClassName
 {
   color: #46290E;
 }
 .AnyTagClassName
 {
   color: #46290E;
 }
</style>

background-color css

<style>
 a { background-color: #46290E; }

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

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

border-color css

<style>
 span { border-color: #46290E; }

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

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