Html Css Color HEX #48260D Bistre

📋 copy color: '#48260D'

red 72 ◦ green 38 ◦ blue 13

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

Shades of Bistre #48260D

Tints of Bistre #48260D

RGB

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

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

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

R = 58.54%
G = 30.89%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48260D (or 0x48260D) is known color: Bistre. HEX triplet: 48, 26 and 0D. RGB value is (72,38,13). Sum of RGB (Red+Green+Blue) = 72+38+13=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48260D is #B7D9F2. Grayscale: #2D2D2D. Windows color (decimal): -12048883 or 861768. OLE color: 861768.

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

Color convert

RGB 72 38 13 -
CMYK 0 0.47 0.82 0.72
HSL 25.42º 0.69% 0.17% -
HSV(B) 25.42º 0.82% 0.28% -
XYZ 3.44 2.79 0.74 -
YUV 45.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 72 38 13 0 0.47 0.82 0.72 25.42 0.69 0.17
Hex 48 26 D 0 2F 52 48 19 45 11
Octal 110 46 15 0 57 122 110 31 105 21
Binary 1001000 100110 1101 0 101111 1010010 1001000 11001 1000101 10001

Color Harmonies of #48260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48260D

Black with #48260D

Text Example


Text Example

White with #48260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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