Html Css Color HEX #48260F Bistre

📋 copy color: '#48260F'

red 72 ◦ green 38 ◦ blue 15

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

Shades of Bistre #48260F

Tints of Bistre #48260F

RGB

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

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

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

R = 57.6%
G = 30.4%
B = 12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48260F (or 0x48260F) is known color: Bistre. HEX triplet: 48, 26 and 0F. RGB value is (72,38,15). Sum of RGB (Red+Green+Blue) = 72+38+15=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #48260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48260F is #B7D9F0. Grayscale: #2D2D2D. Windows color (decimal): -12048881 or 992840. OLE color: 992840.

HSL color Cylindrical-coordinate representation of color #48260F: hue angle of 24.21º 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 #48260F is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 15 -
CMYK 0 0.47 0.79 0.72
HSL 24.21º 0.66% 0.17% -
HSV(B) 24.21º 0.79% 0.28% -
XYZ 3.45 2.8 0.81 -
YUV 45.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 72 38 15 0 0.47 0.79 0.72 24.21 0.66 0.17
Hex 48 26 F 0 2F 4F 48 18 42 11
Octal 110 46 17 0 57 117 110 30 102 21
Binary 1001000 100110 1111 0 101111 1001111 1001000 11000 1000010 10001

Color Harmonies of #48260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48260F

Black with #48260F

Text Example


Text Example

White with #48260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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