Html Css Color HEX #472800 Bistre

📋 copy color: '#472800'

red 71 ◦ green 40 ◦ blue 0

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

Shades of Bistre #472800

Tints of Bistre #472800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.96%
G = 36.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#472800 (or 0x472800) is known color: Bistre. HEX triplet: 47, 28 and 00. RGB value is (71,40,0). Sum of RGB (Red+Green+Blue) = 71+40+0=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #472800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472800 is #B8D7FF. Grayscale: #2C2C2C. Windows color (decimal): -12113920 or 10311. OLE color: 10311.

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

Color convert

RGB 71 40 0 -
CMYK 0 0.44 1 0.72
HSL 33.8º 1% 0.14% -
HSV(B) 33.8º 1% 0.28% -
XYZ 3.36 2.86 0.37 -
YUV 44.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 71 40 0 0 0.44 1 0.72 33.8 1 0.14
Hex 47 28 0 0 2C 64 48 22 64 E
Octal 107 50 0 0 54 144 110 42 144 16
Binary 1000111 101000 0 0 101100 1100100 1001000 100010 1100100 1110

Color Harmonies of #472800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472800

Black with #472800

Text Example


Text Example

White with #472800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472800; }

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

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

background-color css

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

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

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

border-color css

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

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

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