Html Css Color HEX #472E17 Bistre

📋 copy color: '#472E17'

red 71 ◦ green 46 ◦ blue 23

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

Shades of Bistre #472E17

Tints of Bistre #472E17

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.86%

 BLUE value IS 23 (9.38% from 255) = 16.43%

R = 50.71%
G = 32.86%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#472E17 (or 0x472E17) is known color: Bistre. HEX triplet: 47, 2E and 17. RGB value is (71,46,23). Sum of RGB (Red+Green+Blue) = 71+46+23=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #472E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E17 is #B8D1E8. Grayscale: #323232. Windows color (decimal): -12112361 or 1519175. OLE color: 1519175.

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

Color convert

RGB 71 46 23 -
CMYK 0 0.35 0.68 0.72
HSL 28.75º 0.51% 0.18% -
HSV(B) 28.75º 0.68% 0.28% -
XYZ 3.73 3.36 1.26 -
YUV 50.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 71 46 23 0 0.35 0.68 0.72 28.75 0.51 0.18
Hex 47 2E 17 0 23 44 48 1D 33 12
Octal 107 56 27 0 43 104 110 35 63 22
Binary 1000111 101110 10111 0 100011 1000100 1001000 11101 110011 10010

Color Harmonies of #472E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E17

Black with #472E17

Text Example


Text Example

White with #472E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,46,23); }

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

background-color css

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

 a { background-color: rgb(71,46,23); }

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

border-color css

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

 span { border-color: rgb(71,46,23); }

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