Html Css Color HEX #46290D Bistre

📋 copy color: '#46290D'

red 70 ◦ green 41 ◦ blue 13

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

Shades of Bistre #46290D

Tints of Bistre #46290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 56.45%
G = 33.06%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#46290D (or 0x46290D) is known color: Bistre. HEX triplet: 46, 29 and 0D. RGB value is (70,41,13). Sum of RGB (Red+Green+Blue) = 70+41+13=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #46290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46290D is #B9D6F2. Grayscale: #2E2E2E. Windows color (decimal): -12179187 or 862534. OLE color: 862534.

HSL color Cylindrical-coordinate representation of color #46290D: hue angle of 29.47º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46290D is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 41 13 -
CMYK 0 0.41 0.81 0.73
HSL 29.47º 0.69% 0.16% -
HSV(B) 29.47º 0.81% 0.27% -
XYZ 3.39 2.92 0.77 -
YUV 46.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 70 41 13 0 0.41 0.81 0.73 29.47 0.69 0.16
Hex 46 29 D 0 29 51 49 1D 45 10
Octal 106 51 15 0 51 121 111 35 105 20
Binary 1000110 101001 1101 0 101001 1010001 1001001 11101 1000101 10000

Color Harmonies of #46290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46290D

Black with #46290D

Text Example


Text Example

White with #46290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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