Html Css Color HEX #472901 Bistre

📋 copy color: '#472901'

red 71 ◦ green 41 ◦ blue 1

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

Shades of Bistre #472901

Tints of Bistre #472901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 62.83%
G = 36.28%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#472901 (or 0x472901) is known color: Bistre. HEX triplet: 47, 29 and 01. RGB value is (71,41,1). Sum of RGB (Red+Green+Blue) = 71+41+1=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472901 is #B8D6FE. Grayscale: #2D2D2D. Windows color (decimal): -12113663 or 76103. OLE color: 76103.

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

Color convert

RGB 71 41 1 -
CMYK 0 0.42 0.99 0.72
HSL 34.29º 0.97% 0.14% -
HSV(B) 34.29º 0.99% 0.28% -
XYZ 3.4 2.93 0.41 -
YUV 45.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 71 41 1 0 0.42 0.99 0.72 34.29 0.97 0.14
Hex 47 29 1 0 2A 63 48 22 61 E
Octal 107 51 1 0 52 143 110 42 141 16
Binary 1000111 101001 1 0 101010 1100011 1001000 100010 1100001 1110

Color Harmonies of #472901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472901

Black with #472901

Text Example


Text Example

White with #472901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472901; }

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

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

background-color css

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

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

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

border-color css

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

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

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