Html Css Color HEX #472B14 Bistre

📋 copy color: '#472B14'

red 71 ◦ green 43 ◦ blue 20

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

Shades of Bistre #472B14

Tints of Bistre #472B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 52.99%
G = 32.09%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472B14 (or 0x472B14) is known color: Bistre. HEX triplet: 47, 2B and 14. RGB value is (71,43,20). Sum of RGB (Red+Green+Blue) = 71+43+20=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B14 is #B8D4EB. Grayscale: #303030. Windows color (decimal): -12113132 or 1321799. OLE color: 1321799.

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

Color convert

RGB 71 43 20 -
CMYK 0 0.39 0.72 0.72
HSL 27.06º 0.56% 0.18% -
HSV(B) 27.06º 0.72% 0.28% -
XYZ 3.59 3.12 1.07 -
YUV 48.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 71 43 20 0 0.39 0.72 0.72 27.06 0.56 0.18
Hex 47 2B 14 0 27 48 48 1B 38 12
Octal 107 53 24 0 47 110 110 33 70 22
Binary 1000111 101011 10100 0 100111 1001000 1001000 11011 111000 10010

Color Harmonies of #472B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B14

Black with #472B14

Text Example


Text Example

White with #472B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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