Html Css Color HEX #48290A Bistre

📋 copy color: '#48290A'

red 72 ◦ green 41 ◦ blue 10

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

Shades of Bistre #48290A

Tints of Bistre #48290A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.33%

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

R = 58.54%
G = 33.33%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48290A (or 0x48290A) is known color: Bistre. HEX triplet: 48, 29 and 0A. RGB value is (72,41,10). Sum of RGB (Red+Green+Blue) = 72+41+10=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48290A is #B7D6F5. Grayscale: #2E2E2E. Windows color (decimal): -12048118 or 665928. OLE color: 665928.

HSL color Cylindrical-coordinate representation of color #48290A: hue angle of 30º 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 #48290A is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 10 -
CMYK 0 0.43 0.86 0.72
HSL 30º 0.76% 0.16% -
HSV(B) 30º 0.86% 0.28% -
XYZ 3.52 2.99 0.68 -
YUV 46.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 72 41 10 0 0.43 0.86 0.72 30 0.76 0.16
Hex 48 29 A 0 2B 56 48 1E 4C 10
Octal 110 51 12 0 53 126 110 36 114 20
Binary 1001000 101001 1010 0 101011 1010110 1001000 11110 1001100 10000

Color Harmonies of #48290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48290A

Black with #48290A

Text Example


Text Example

White with #48290A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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