Html Css Color HEX #472B15 Bistre

📋 copy color: '#472B15'

red 71 ◦ green 43 ◦ blue 21

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

Shades of Bistre #472B15

Tints of Bistre #472B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.85%

 BLUE value IS 21 (8.59% from 255) = 15.56%

R = 52.59%
G = 31.85%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472B15 (or 0x472B15) is known color: Bistre. HEX triplet: 47, 2B and 15. RGB value is (71,43,21). Sum of RGB (Red+Green+Blue) = 71+43+21=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #472B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B15 is #B8D4EA. Grayscale: #303030. Windows color (decimal): -12113131 or 1387335. OLE color: 1387335.

HSL color Cylindrical-coordinate representation of color #472B15: hue angle of 26.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472B15 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 43 21 -
CMYK 0 0.39 0.70 0.72
HSL 26.4º 0.54% 0.18% -
HSV(B) 26.4º 0.7% 0.28% -
XYZ 3.6 3.12 1.12 -
YUV 48.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 71 43 21 0 0.39 0.70 0.72 26.4 0.54 0.18
Hex 47 2B 15 0 27 46 48 1A 36 12
Octal 107 53 25 0 47 106 110 32 66 22
Binary 1000111 101011 10101 0 100111 1000110 1001000 11010 110110 10010

Color Harmonies of #472B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B15

Black with #472B15

Text Example


Text Example

White with #472B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472B15; }

 p { color: rgb(71,43,21); }

 H1.HeaderClassName
 {
   color: #472B15;
 }
 .AnyTagClassName
 {
   color: #472B15;
 }
</style>

background-color css

<style>
 a { background-color: #472B15; }

 a { background-color: rgb(71,43,21); }

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

border-color css

<style>
 span { border-color: #472B15; }

 span { border-color: rgb(71,43,21); }

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