Html Css Color HEX #472B0C Bistre

📋 copy color: '#472B0C'

red 71 ◦ green 43 ◦ blue 12

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

Shades of Bistre #472B0C

Tints of Bistre #472B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.52%

R = 56.35%
G = 34.13%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#472B0C (or 0x472B0C) is known color: Bistre. HEX triplet: 47, 2B and 0C. RGB value is (71,43,12). Sum of RGB (Red+Green+Blue) = 71+43+12=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B0C is #B8D4F3. Grayscale: #2F2F2F. Windows color (decimal): -12113140 or 797511. OLE color: 797511.

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

Color convert

RGB 71 43 12 -
CMYK 0 0.39 0.83 0.72
HSL 31.53º 0.71% 0.16% -
HSV(B) 31.53º 0.83% 0.28% -
XYZ 3.53 3.09 0.76 -
YUV 47.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 71 43 12 0 0.39 0.83 0.72 31.53 0.71 0.16
Hex 47 2B C 0 27 53 48 20 47 10
Octal 107 53 14 0 47 123 110 40 107 20
Binary 1000111 101011 1100 0 100111 1010011 1001000 100000 1000111 10000

Color Harmonies of #472B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B0C

Black with #472B0C

Text Example


Text Example

White with #472B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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