Html Css Color HEX #47280A Bistre

📋 copy color: '#47280A'

red 71 ◦ green 40 ◦ blue 10

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

Shades of Bistre #47280A

Tints of Bistre #47280A

RGB

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

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

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

R = 58.68%
G = 33.06%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47280A (or 0x47280A) is known color: Bistre. HEX triplet: 47, 28 and 0A. RGB value is (71,40,10). Sum of RGB (Red+Green+Blue) = 71+40+10=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47280A is #B8D7F5. Grayscale: #2E2E2E. Windows color (decimal): -12113910 or 665671. OLE color: 665671.

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

Color convert

RGB 71 40 10 -
CMYK 0 0.44 0.86 0.72
HSL 29.51º 0.75% 0.16% -
HSV(B) 29.51º 0.86% 0.28% -
XYZ 3.41 2.88 0.66 -
YUV 45.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 71 40 10 0 0.44 0.86 0.72 29.51 0.75 0.16
Hex 47 28 A 0 2C 56 48 1E 4B 10
Octal 107 50 12 0 54 126 110 36 113 20
Binary 1000111 101000 1010 0 101100 1010110 1001000 11110 1001011 10000

Color Harmonies of #47280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47280A

Black with #47280A

Text Example


Text Example

White with #47280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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