Html Css Color HEX #472804 Bistre

📋 copy color: '#472804'

red 71 ◦ green 40 ◦ blue 4

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

Shades of Bistre #472804

Tints of Bistre #472804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.78%

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 61.74%
G = 34.78%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#472804 (or 0x472804) is known color: Bistre. HEX triplet: 47, 28 and 04. RGB value is (71,40,4). Sum of RGB (Red+Green+Blue) = 71+40+4=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472804 is #B8D7FB. Grayscale: #2D2D2D. Windows color (decimal): -12113916 or 272455. OLE color: 272455.

HSL color Cylindrical-coordinate representation of color #472804: hue angle of 32.24º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #472804 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 40 4 -
CMYK 0 0.44 0.94 0.72
HSL 32.24º 0.89% 0.15% -
HSV(B) 32.24º 0.94% 0.28% -
XYZ 3.38 2.87 0.49 -
YUV 45.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 71 40 4 0 0.44 0.94 0.72 32.24 0.89 0.15
Hex 47 28 4 0 2C 5E 48 20 59 F
Octal 107 50 4 0 54 136 110 40 131 17
Binary 1000111 101000 100 0 101100 1011110 1001000 100000 1011001 1111

Color Harmonies of #472804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472804

Black with #472804

Text Example


Text Example

White with #472804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472804; }

 p { color: rgb(71,40,4); }

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

background-color css

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

 a { background-color: rgb(71,40,4); }

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

border-color css

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

 span { border-color: rgb(71,40,4); }

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