Html Css Color HEX #48280F Bistre

📋 copy color: '#48280F'

red 72 ◦ green 40 ◦ blue 15

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

Shades of Bistre #48280F

Tints of Bistre #48280F

RGB

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

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

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

R = 56.69%
G = 31.5%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48280F (or 0x48280F) is known color: Bistre. HEX triplet: 48, 28 and 0F. RGB value is (72,40,15). Sum of RGB (Red+Green+Blue) = 72+40+15=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #48280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48280F is #B7D7F0. Grayscale: #2E2E2E. Windows color (decimal): -12048369 or 993352. OLE color: 993352.

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

Color convert

RGB 72 40 15 -
CMYK 0 0.44 0.79 0.72
HSL 26.32º 0.66% 0.17% -
HSV(B) 26.32º 0.79% 0.28% -
XYZ 3.52 2.93 0.83 -
YUV 46.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 72 40 15 0 0.44 0.79 0.72 26.32 0.66 0.17
Hex 48 28 F 0 2C 4F 48 1A 42 11
Octal 110 50 17 0 54 117 110 32 102 21
Binary 1001000 101000 1111 0 101100 1001111 1001000 11010 1000010 10001

Color Harmonies of #48280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48280F

Black with #48280F

Text Example


Text Example

White with #48280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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