Html Css Color HEX #48250A Bistre

📋 copy color: '#48250A'

red 72 ◦ green 37 ◦ blue 10

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

Shades of Bistre #48250A

Tints of Bistre #48250A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 10 (4.3% from 255) = 8.4%

R = 60.5%
G = 31.09%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48250A (or 0x48250A) is known color: Bistre. HEX triplet: 48, 25 and 0A. RGB value is (72,37,10). Sum of RGB (Red+Green+Blue) = 72+37+10=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48250A is #B7DAF5. Grayscale: #2C2C2C. Windows color (decimal): -12049142 or 664904. OLE color: 664904.

HSL color Cylindrical-coordinate representation of color #48250A: hue angle of 26.13º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48250A is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 10 -
CMYK 0 0.49 0.86 0.72
HSL 26.13º 0.76% 0.16% -
HSV(B) 26.13º 0.86% 0.28% -
XYZ 3.39 2.72 0.63 -
YUV 44.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 72 37 10 0 0.49 0.86 0.72 26.13 0.76 0.16
Hex 48 25 A 0 31 56 48 1A 4C 10
Octal 110 45 12 0 61 126 110 32 114 20
Binary 1001000 100101 1010 0 110001 1010110 1001000 11010 1001100 10000

Color Harmonies of #48250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48250A

Black with #48250A

Text Example


Text Example

White with #48250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48250A; }

 p { color: rgb(72,37,10); }

 H1.HeaderClassName
 {
   color: #48250A;
 }
 .AnyTagClassName
 {
   color: #48250A;
 }
</style>

background-color css

<style>
 a { background-color: #48250A; }

 a { background-color: rgb(72,37,10); }

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

border-color css

<style>
 span { border-color: #48250A; }

 span { border-color: rgb(72,37,10); }

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