Html Css Color HEX #47280F Bistre

📋 copy color: '#47280F'

red 71 ◦ green 40 ◦ blue 15

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

Shades of Bistre #47280F

Tints of Bistre #47280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 56.35%
G = 31.75%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47280F (or 0x47280F) is known color: Bistre. HEX triplet: 47, 28 and 0F. RGB value is (71,40,15). Sum of RGB (Red+Green+Blue) = 71+40+15=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #47280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47280F is #B8D7F0. Grayscale: #2E2E2E. Windows color (decimal): -12113905 or 993351. OLE color: 993351.

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

Color convert

RGB 71 40 15 -
CMYK 0 0.44 0.79 0.72
HSL 26.79º 0.65% 0.17% -
HSV(B) 26.79º 0.79% 0.28% -
XYZ 3.44 2.89 0.83 -
YUV 46.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 71 40 15 0 0.44 0.79 0.72 26.79 0.65 0.17
Hex 47 28 F 0 2C 4F 48 1B 41 11
Octal 107 50 17 0 54 117 110 33 101 21
Binary 1000111 101000 1111 0 101100 1001111 1001000 11011 1000001 10001

Color Harmonies of #47280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47280F

Black with #47280F

Text Example


Text Example

White with #47280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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