Html Css Color HEX #46250D Bistre

📋 copy color: '#46250D'

red 70 ◦ green 37 ◦ blue 13

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

Shades of Bistre #46250D

Tints of Bistre #46250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.83%

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

R = 58.33%
G = 30.83%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#46250D (or 0x46250D) is known color: Bistre. HEX triplet: 46, 25 and 0D. RGB value is (70,37,13). Sum of RGB (Red+Green+Blue) = 70+37+13=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46250D is #B9DAF2. Grayscale: #2C2C2C. Windows color (decimal): -12180211 or 861510. OLE color: 861510.

HSL color Cylindrical-coordinate representation of color #46250D: hue angle of 25.26º 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 #46250D is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 13 -
CMYK 0 0.47 0.81 0.73
HSL 25.26º 0.69% 0.16% -
HSV(B) 25.26º 0.81% 0.27% -
XYZ 3.26 2.65 0.72 -
YUV 44.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 70 37 13 0 0.47 0.81 0.73 25.26 0.69 0.16
Hex 46 25 D 0 2F 51 49 19 45 10
Octal 106 45 15 0 57 121 111 31 105 20
Binary 1000110 100101 1101 0 101111 1010001 1001001 11001 1000101 10000

Color Harmonies of #46250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46250D

Black with #46250D

Text Example


Text Example

White with #46250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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