Html Css Color HEX #472902 Bistre

📋 copy color: '#472902'

red 71 ◦ green 41 ◦ blue 2

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

Shades of Bistre #472902

Tints of Bistre #472902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.96%

 BLUE value IS 2 (1.17% from 255) = 1.75%

R = 62.28%
G = 35.96%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#472902 (or 0x472902) is known color: Bistre. HEX triplet: 47, 29 and 02. RGB value is (71,41,2). Sum of RGB (Red+Green+Blue) = 71+41+2=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #472902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472902 is #B8D6FD. Grayscale: #2D2D2D. Windows color (decimal): -12113662 or 141639. OLE color: 141639.

HSL color Cylindrical-coordinate representation of color #472902: hue angle of 33.91º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #472902 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 2 -
CMYK 0 0.42 0.97 0.72
HSL 33.91º 0.95% 0.14% -
HSV(B) 33.91º 0.97% 0.28% -
XYZ 3.4 2.93 0.44 -
YUV 45.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 71 41 2 0 0.42 0.97 0.72 33.91 0.95 0.14
Hex 47 29 2 0 2A 61 48 22 5F E
Octal 107 51 2 0 52 141 110 42 137 16
Binary 1000111 101001 10 0 101010 1100001 1001000 100010 1011111 1110

Color Harmonies of #472902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472902

Black with #472902

Text Example


Text Example

White with #472902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472902; }

 p { color: rgb(71,41,2); }

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

background-color css

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

 a { background-color: rgb(71,41,2); }

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

border-color css

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

 span { border-color: rgb(71,41,2); }

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