Html Css Color HEX #472B0B Bistre

📋 copy color: '#472B0B'

red 71 ◦ green 43 ◦ blue 11

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

Shades of Bistre #472B0B

Tints of Bistre #472B0B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.4%

 BLUE value IS 11 (4.69% from 255) = 8.8%

R = 56.8%
G = 34.4%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#472B0B (or 0x472B0B) is known color: Bistre. HEX triplet: 47, 2B and 0B. RGB value is (71,43,11). Sum of RGB (Red+Green+Blue) = 71+43+11=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #472B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B0B is #B8D4F4. Grayscale: #2F2F2F. Windows color (decimal): -12113141 or 731975. OLE color: 731975.

HSL color Cylindrical-coordinate representation of color #472B0B: hue angle of 32º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #472B0B is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 43 11 -
CMYK 0 0.39 0.85 0.72
HSL 32º 0.73% 0.16% -
HSV(B) 32º 0.85% 0.28% -
XYZ 3.52 3.09 0.73 -
YUV 47.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 71 43 11 0 0.39 0.85 0.72 32 0.73 0.16
Hex 47 2B B 0 27 55 48 20 49 10
Octal 107 53 13 0 47 125 110 40 111 20
Binary 1000111 101011 1011 0 100111 1010101 1001000 100000 1001001 10000

Color Harmonies of #472B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B0B

Black with #472B0B

Text Example


Text Example

White with #472B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472B0B; }

 p { color: rgb(71,43,11); }

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

background-color css

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

 a { background-color: rgb(71,43,11); }

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

border-color css

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

 span { border-color: rgb(71,43,11); }

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