Html Css Color HEX #47270D Bistre

📋 copy color: '#47270D'

red 71 ◦ green 39 ◦ blue 13

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

Shades of Bistre #47270D

Tints of Bistre #47270D

RGB

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

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

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

R = 57.72%
G = 31.71%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47270D (or 0x47270D) is known color: Bistre. HEX triplet: 47, 27 and 0D. RGB value is (71,39,13). Sum of RGB (Red+Green+Blue) = 71+39+13=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47270D is #B8D8F2. Grayscale: #2D2D2D. Windows color (decimal): -12114163 or 862023. OLE color: 862023.

HSL color Cylindrical-coordinate representation of color #47270D: hue angle of 26.9º 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 #47270D is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 13 -
CMYK 0 0.45 0.82 0.72
HSL 26.9º 0.69% 0.16% -
HSV(B) 26.9º 0.82% 0.28% -
XYZ 3.4 2.82 0.75 -
YUV 45.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 71 39 13 0 0.45 0.82 0.72 26.9 0.69 0.16
Hex 47 27 D 0 2D 52 48 1B 45 10
Octal 107 47 15 0 55 122 110 33 105 20
Binary 1000111 100111 1101 0 101101 1010010 1001000 11011 1000101 10000

Color Harmonies of #47270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47270D

Black with #47270D

Text Example


Text Example

White with #47270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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