Html Css Color HEX #48270A Bistre

📋 copy color: '#48270A'

red 72 ◦ green 39 ◦ blue 10

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

Shades of Bistre #48270A

Tints of Bistre #48270A

RGB

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

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

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

R = 59.5%
G = 32.23%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48270A (or 0x48270A) is known color: Bistre. HEX triplet: 48, 27 and 0A. RGB value is (72,39,10). Sum of RGB (Red+Green+Blue) = 72+39+10=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48270A is #B7D8F5. Grayscale: #2D2D2D. Windows color (decimal): -12048630 or 665416. OLE color: 665416.

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

Color convert

RGB 72 39 10 -
CMYK 0 0.46 0.86 0.72
HSL 28.06º 0.76% 0.16% -
HSV(B) 28.06º 0.86% 0.28% -
XYZ 3.45 2.85 0.66 -
YUV 45.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 72 39 10 0 0.46 0.86 0.72 28.06 0.76 0.16
Hex 48 27 A 0 2E 56 48 1C 4C 10
Octal 110 47 12 0 56 126 110 34 114 20
Binary 1001000 100111 1010 0 101110 1010110 1001000 11100 1001100 10000

Color Harmonies of #48270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48270A

Black with #48270A

Text Example


Text Example

White with #48270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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