Html Css Color HEX #47280D Bistre

📋 copy color: '#47280D'

red 71 ◦ green 40 ◦ blue 13

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

Shades of Bistre #47280D

Tints of Bistre #47280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 57.26%
G = 32.26%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47280D (or 0x47280D) is known color: Bistre. HEX triplet: 47, 28 and 0D. RGB value is (71,40,13). Sum of RGB (Red+Green+Blue) = 71+40+13=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #47280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47280D is #B8D7F2. Grayscale: #2E2E2E. Windows color (decimal): -12113907 or 862279. OLE color: 862279.

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

Color convert

RGB 71 40 13 -
CMYK 0 0.44 0.82 0.72
HSL 27.93º 0.69% 0.16% -
HSV(B) 27.93º 0.82% 0.28% -
XYZ 3.43 2.89 0.76 -
YUV 46.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 71 40 13 0 0.44 0.82 0.72 27.93 0.69 0.16
Hex 47 28 D 0 2C 52 48 1C 45 10
Octal 107 50 15 0 54 122 110 34 105 20
Binary 1000111 101000 1101 0 101100 1010010 1001000 11100 1000101 10000

Color Harmonies of #47280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47280D

Black with #47280D

Text Example


Text Example

White with #47280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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