Html Css Color HEX #48270F Bistre

📋 copy color: '#48270F'

red 72 ◦ green 39 ◦ blue 15

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

Shades of Bistre #48270F

Tints of Bistre #48270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.95%

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

R = 57.14%
G = 30.95%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48270F (or 0x48270F) is known color: Bistre. HEX triplet: 48, 27 and 0F. RGB value is (72,39,15). Sum of RGB (Red+Green+Blue) = 72+39+15=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #48270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48270F is #B7D8F0. Grayscale: #2E2E2E. Windows color (decimal): -12048625 or 993096. OLE color: 993096.

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

Color convert

RGB 72 39 15 -
CMYK 0 0.46 0.79 0.72
HSL 25.26º 0.66% 0.17% -
HSV(B) 25.26º 0.79% 0.28% -
XYZ 3.48 2.86 0.82 -
YUV 46.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 72 39 15 0 0.46 0.79 0.72 25.26 0.66 0.17
Hex 48 27 F 0 2E 4F 48 19 42 11
Octal 110 47 17 0 56 117 110 31 102 21
Binary 1001000 100111 1111 0 101110 1001111 1001000 11001 1000010 10001

Color Harmonies of #48270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48270F

Black with #48270F

Text Example


Text Example

White with #48270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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