Html Css Color HEX #472601 Bistre

📋 copy color: '#472601'

red 71 ◦ green 38 ◦ blue 1

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

Shades of Bistre #472601

Tints of Bistre #472601

RGB

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

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

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

R = 64.55%
G = 34.55%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#472601 (or 0x472601) is known color: Bistre. HEX triplet: 47, 26 and 01. RGB value is (71,38,1). Sum of RGB (Red+Green+Blue) = 71+38+1=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #472601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472601 is #B8D9FE. Grayscale: #2B2B2B. Windows color (decimal): -12114431 or 75335. OLE color: 75335.

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

Color convert

RGB 71 38 1 -
CMYK 0 0.46 0.99 0.72
HSL 31.71º 0.97% 0.14% -
HSV(B) 31.71º 0.99% 0.28% -
XYZ 3.3 2.73 0.38 -
YUV 43.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 71 38 1 0 0.46 0.99 0.72 31.71 0.97 0.14
Hex 47 26 1 0 2E 63 48 20 61 E
Octal 107 46 1 0 56 143 110 40 141 16
Binary 1000111 100110 1 0 101110 1100011 1001000 100000 1100001 1110

Color Harmonies of #472601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472601

Black with #472601

Text Example


Text Example

White with #472601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472601; }

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

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

background-color css

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

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

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

border-color css

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

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

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