Html Css Color HEX #472A12 Bistre

📋 copy color: '#472A12'

red 71 ◦ green 42 ◦ blue 18

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

Shades of Bistre #472A12

Tints of Bistre #472A12

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.06%

 BLUE value IS 18 (7.42% from 255) = 13.74%

R = 54.2%
G = 32.06%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#472A12 (or 0x472A12) is known color: Bistre. HEX triplet: 47, 2A and 12. RGB value is (71,42,18). Sum of RGB (Red+Green+Blue) = 71+42+18=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A12 is #B8D5ED. Grayscale: #303030. Windows color (decimal): -12113390 or 1190471. OLE color: 1190471.

HSL color Cylindrical-coordinate representation of color #472A12: hue angle of 27.17º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472A12 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 42 18 -
CMYK 0 0.41 0.75 0.72
HSL 27.17º 0.6% 0.17% -
HSV(B) 27.17º 0.75% 0.28% -
XYZ 3.54 3.04 0.97 -
YUV 47.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 71 42 18 0 0.41 0.75 0.72 27.17 0.6 0.17
Hex 47 2A 12 0 29 4B 48 1B 3C 11
Octal 107 52 22 0 51 113 110 33 74 21
Binary 1000111 101010 10010 0 101001 1001011 1001000 11011 111100 10001

Color Harmonies of #472A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A12

Black with #472A12

Text Example


Text Example

White with #472A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,42,18); }

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

background-color css

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

 a { background-color: rgb(71,42,18); }

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

border-color css

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

 span { border-color: rgb(71,42,18); }

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