Html Css Color HEX #49250A Bistre

📋 copy color: '#49250A'

red 73 ◦ green 37 ◦ blue 10

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

Shades of Bistre #49250A

Tints of Bistre #49250A

RGB

 RED value IS 73 (28.91% from 255) = 60.83%

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

 BLUE value IS 10 (4.3% from 255) = 8.33%

R = 60.83%
G = 30.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49250A (or 0x49250A) is known color: Bistre. HEX triplet: 49, 25 and 0A. RGB value is (73,37,10). Sum of RGB (Red+Green+Blue) = 73+37+10=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49250A is #B6DAF5. Grayscale: #2C2C2C. Windows color (decimal): -11983606 or 664905. OLE color: 664905.

HSL color Cylindrical-coordinate representation of color #49250A: hue angle of 25.71º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49250A is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 37 10 -
CMYK 0 0.49 0.86 0.71
HSL 25.71º 0.76% 0.16% -
HSV(B) 25.71º 0.86% 0.29% -
XYZ 3.46 2.76 0.64 -
YUV 44.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 73 37 10 0 0.49 0.86 0.71 25.71 0.76 0.16
Hex 49 25 A 0 31 56 47 1A 4C 10
Octal 111 45 12 0 61 126 107 32 114 20
Binary 1001001 100101 1010 0 110001 1010110 1000111 11010 1001100 10000

Color Harmonies of #49250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49250A

Black with #49250A

Text Example


Text Example

White with #49250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49250A; }

 p { color: rgb(73,37,10); }

 H1.HeaderClassName
 {
   color: #49250A;
 }
 .AnyTagClassName
 {
   color: #49250A;
 }
</style>

background-color css

<style>
 a { background-color: #49250A; }

 a { background-color: rgb(73,37,10); }

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

border-color css

<style>
 span { border-color: #49250A; }

 span { border-color: rgb(73,37,10); }

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