Html Css Color HEX #472D15 Bistre

📋 copy color: '#472D15'

red 71 ◦ green 45 ◦ blue 21

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

Shades of Bistre #472D15

Tints of Bistre #472D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.85%

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

R = 51.82%
G = 32.85%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472D15 (or 0x472D15) is known color: Bistre. HEX triplet: 47, 2D and 15. RGB value is (71,45,21). Sum of RGB (Red+Green+Blue) = 71+45+21=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #472D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D15 is #B8D2EA. Grayscale: #323232. Windows color (decimal): -12112619 or 1387847. OLE color: 1387847.

HSL color Cylindrical-coordinate representation of color #472D15: hue angle of 28.8º 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 #472D15 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 45 21 -
CMYK 0 0.37 0.70 0.72
HSL 28.8º 0.54% 0.18% -
HSV(B) 28.8º 0.7% 0.28% -
XYZ 3.67 3.27 1.15 -
YUV 50.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 71 45 21 0 0.37 0.70 0.72 28.8 0.54 0.18
Hex 47 2D 15 0 25 46 48 1D 36 12
Octal 107 55 25 0 45 106 110 35 66 22
Binary 1000111 101101 10101 0 100101 1000110 1001000 11101 110110 10010

Color Harmonies of #472D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D15

Black with #472D15

Text Example


Text Example

White with #472D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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