Html Css Color HEX #47280B Bistre

📋 copy color: '#47280B'

red 71 ◦ green 40 ◦ blue 11

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

Shades of Bistre #47280B

Tints of Bistre #47280B

RGB

 RED value IS 71 (28.13% from 255) = 58.2%

 GREEN value IS 40 (16.02% from 255) = 32.79%

 BLUE value IS 11 (4.69% from 255) = 9.02%

R = 58.2%
G = 32.79%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47280B (or 0x47280B) is known color: Bistre. HEX triplet: 47, 28 and 0B. RGB value is (71,40,11). Sum of RGB (Red+Green+Blue) = 71+40+11=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47280B is #B8D7F4. Grayscale: #2E2E2E. Windows color (decimal): -12113909 or 731207. OLE color: 731207.

HSL color Cylindrical-coordinate representation of color #47280B: hue angle of 29º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47280B is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 40 11 -
CMYK 0 0.44 0.85 0.72
HSL 29º 0.73% 0.16% -
HSV(B) 29º 0.85% 0.28% -
XYZ 3.42 2.88 0.69 -
YUV 45.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 71 40 11 0 0.44 0.85 0.72 29 0.73 0.16
Hex 47 28 B 0 2C 55 48 1D 49 10
Octal 107 50 13 0 54 125 110 35 111 20
Binary 1000111 101000 1011 0 101100 1010101 1001000 11101 1001001 10000

Color Harmonies of #47280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47280B

Black with #47280B

Text Example


Text Example

White with #47280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47280B; }

 p { color: rgb(71,40,11); }

 H1.HeaderClassName
 {
   color: #47280B;
 }
 .AnyTagClassName
 {
   color: #47280B;
 }
</style>

background-color css

<style>
 a { background-color: #47280B; }

 a { background-color: rgb(71,40,11); }

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

border-color css

<style>
 span { border-color: #47280B; }

 span { border-color: rgb(71,40,11); }

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