Html Css Color HEX #48260B Bistre

📋 copy color: '#48260B'

red 72 ◦ green 38 ◦ blue 11

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

Shades of Bistre #48260B

Tints of Bistre #48260B

RGB

 RED value IS 72 (28.52% from 255) = 59.5%

 GREEN value IS 38 (15.23% from 255) = 31.4%

 BLUE value IS 11 (4.69% from 255) = 9.09%

R = 59.5%
G = 31.4%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48260B (or 0x48260B) is known color: Bistre. HEX triplet: 48, 26 and 0B. RGB value is (72,38,11). Sum of RGB (Red+Green+Blue) = 72+38+11=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48260B is #B7D9F4. Grayscale: #2D2D2D. Windows color (decimal): -12048885 or 730696. OLE color: 730696.

HSL color Cylindrical-coordinate representation of color #48260B: hue angle of 26.56º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48260B is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 11 -
CMYK 0 0.47 0.85 0.72
HSL 26.56º 0.73% 0.16% -
HSV(B) 26.56º 0.85% 0.28% -
XYZ 3.43 2.79 0.67 -
YUV 45.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 72 38 11 0 0.47 0.85 0.72 26.56 0.73 0.16
Hex 48 26 B 0 2F 55 48 1B 49 10
Octal 110 46 13 0 57 125 110 33 111 20
Binary 1001000 100110 1011 0 101111 1010101 1001000 11011 1001001 10000

Color Harmonies of #48260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48260B

Black with #48260B

Text Example


Text Example

White with #48260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48260B; }

 p { color: rgb(72,38,11); }

 H1.HeaderClassName
 {
   color: #48260B;
 }
 .AnyTagClassName
 {
   color: #48260B;
 }
</style>

background-color css

<style>
 a { background-color: #48260B; }

 a { background-color: rgb(72,38,11); }

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

border-color css

<style>
 span { border-color: #48260B; }

 span { border-color: rgb(72,38,11); }

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