Html Css Color HEX #48290F Bistre

📋 copy color: '#48290F'

red 72 ◦ green 41 ◦ blue 15

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

Shades of Bistre #48290F

Tints of Bistre #48290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 56.25%
G = 32.03%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48290F (or 0x48290F) is known color: Bistre. HEX triplet: 48, 29 and 0F. RGB value is (72,41,15). Sum of RGB (Red+Green+Blue) = 72+41+15=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #48290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48290F is #B7D6F0. Grayscale: #2F2F2F. Windows color (decimal): -12048113 or 993608. OLE color: 993608.

HSL color Cylindrical-coordinate representation of color #48290F: hue angle of 27.37º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48290F is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 15 -
CMYK 0 0.43 0.79 0.72
HSL 27.37º 0.66% 0.17% -
HSV(B) 27.37º 0.79% 0.28% -
XYZ 3.55 3 0.84 -
YUV 47.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 72 41 15 0 0.43 0.79 0.72 27.37 0.66 0.17
Hex 48 29 F 0 2B 4F 48 1B 42 11
Octal 110 51 17 0 53 117 110 33 102 21
Binary 1001000 101001 1111 0 101011 1001111 1001000 11011 1000010 10001

Color Harmonies of #48290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48290F

Black with #48290F

Text Example


Text Example

White with #48290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48290F; }

 p { color: rgb(72,41,15); }

 H1.HeaderClassName
 {
   color: #48290F;
 }
 .AnyTagClassName
 {
   color: #48290F;
 }
</style>

background-color css

<style>
 a { background-color: #48290F; }

 a { background-color: rgb(72,41,15); }

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

border-color css

<style>
 span { border-color: #48290F; }

 span { border-color: rgb(72,41,15); }

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