Html Css Color HEX #47260D Bistre

📋 copy color: '#47260D'

red 71 ◦ green 38 ◦ blue 13

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

Shades of Bistre #47260D

Tints of Bistre #47260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.15%

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

R = 58.2%
G = 31.15%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47260D (or 0x47260D) is known color: Bistre. HEX triplet: 47, 26 and 0D. RGB value is (71,38,13). Sum of RGB (Red+Green+Blue) = 71+38+13=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47260D is #B8D9F2. Grayscale: #2D2D2D. Windows color (decimal): -12114419 or 861767. OLE color: 861767.

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

Color convert

RGB 71 38 13 -
CMYK 0 0.46 0.82 0.72
HSL 25.86º 0.69% 0.16% -
HSV(B) 25.86º 0.82% 0.28% -
XYZ 3.36 2.75 0.74 -
YUV 45.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 71 38 13 0 0.46 0.82 0.72 25.86 0.69 0.16
Hex 47 26 D 0 2E 52 48 1A 45 10
Octal 107 46 15 0 56 122 110 32 105 20
Binary 1000111 100110 1101 0 101110 1010010 1001000 11010 1000101 10000

Color Harmonies of #47260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47260D

Black with #47260D

Text Example


Text Example

White with #47260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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