Html Css Color HEX #48260C Bistre

📋 copy color: '#48260C'

red 72 ◦ green 38 ◦ blue 12

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

Shades of Bistre #48260C

Tints of Bistre #48260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.84%

R = 59.02%
G = 31.15%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#48260C (or 0x48260C) is known color: Bistre. HEX triplet: 48, 26 and 0C. RGB value is (72,38,12). Sum of RGB (Red+Green+Blue) = 72+38+12=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48260C is #B7D9F3. Grayscale: #2D2D2D. Windows color (decimal): -12048884 or 796232. OLE color: 796232.

HSL color Cylindrical-coordinate representation of color #48260C: hue angle of 26º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48260C is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 12 -
CMYK 0 0.47 0.83 0.72
HSL 26º 0.71% 0.16% -
HSV(B) 26º 0.83% 0.28% -
XYZ 3.43 2.79 0.71 -
YUV 45.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 72 38 12 0 0.47 0.83 0.72 26 0.71 0.16
Hex 48 26 C 0 2F 53 48 1A 47 10
Octal 110 46 14 0 57 123 110 32 107 20
Binary 1001000 100110 1100 0 101111 1010011 1001000 11010 1000111 10000

Color Harmonies of #48260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48260C

Black with #48260C

Text Example


Text Example

White with #48260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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