Html Css Color HEX #48270D Bistre

📋 copy color: '#48270D'

red 72 ◦ green 39 ◦ blue 13

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

Shades of Bistre #48270D

Tints of Bistre #48270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 58.06%
G = 31.45%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48270D (or 0x48270D) is known color: Bistre. HEX triplet: 48, 27 and 0D. RGB value is (72,39,13). Sum of RGB (Red+Green+Blue) = 72+39+13=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48270D is #B7D8F2. Grayscale: #2E2E2E. Windows color (decimal): -12048627 or 862024. OLE color: 862024.

HSL color Cylindrical-coordinate representation of color #48270D: hue angle of 26.44º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48270D is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 13 -
CMYK 0 0.46 0.82 0.72
HSL 26.44º 0.69% 0.17% -
HSV(B) 26.44º 0.82% 0.28% -
XYZ 3.47 2.86 0.75 -
YUV 45.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 72 39 13 0 0.46 0.82 0.72 26.44 0.69 0.17
Hex 48 27 D 0 2E 52 48 1A 45 11
Octal 110 47 15 0 56 122 110 32 105 21
Binary 1001000 100111 1101 0 101110 1010010 1001000 11010 1000101 10001

Color Harmonies of #48270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48270D

Black with #48270D

Text Example


Text Example

White with #48270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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