Html Css Color HEX #48280B Bistre

📋 copy color: '#48280B'

red 72 ◦ green 40 ◦ blue 11

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

Shades of Bistre #48280B

Tints of Bistre #48280B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.52%

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

R = 58.54%
G = 32.52%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48280B (or 0x48280B) is known color: Bistre. HEX triplet: 48, 28 and 0B. RGB value is (72,40,11). Sum of RGB (Red+Green+Blue) = 72+40+11=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48280B is #B7D7F4. Grayscale: #2E2E2E. Windows color (decimal): -12048373 or 731208. OLE color: 731208.

HSL color Cylindrical-coordinate representation of color #48280B: hue angle of 28.52º 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 #48280B is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 11 -
CMYK 0 0.44 0.85 0.72
HSL 28.52º 0.73% 0.16% -
HSV(B) 28.52º 0.85% 0.28% -
XYZ 3.49 2.92 0.7 -
YUV 46.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 72 40 11 0 0.44 0.85 0.72 28.52 0.73 0.16
Hex 48 28 B 0 2C 55 48 1D 49 10
Octal 110 50 13 0 54 125 110 35 111 20
Binary 1001000 101000 1011 0 101100 1010101 1001000 11101 1001001 10000

Color Harmonies of #48280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48280B

Black with #48280B

Text Example


Text Example

White with #48280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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