Html Css Color HEX #472D17 Bistre

📋 copy color: '#472D17'

red 71 ◦ green 45 ◦ blue 23

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

Shades of Bistre #472D17

Tints of Bistre #472D17

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.37%

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

R = 51.08%
G = 32.37%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#472D17 (or 0x472D17) is known color: Bistre. HEX triplet: 47, 2D and 17. RGB value is (71,45,23). Sum of RGB (Red+Green+Blue) = 71+45+23=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D17 is #B8D2E8. Grayscale: #323232. Windows color (decimal): -12112617 or 1518919. OLE color: 1518919.

HSL color Cylindrical-coordinate representation of color #472D17: hue angle of 27.5º 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 #472D17 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 45 23 -
CMYK 0 0.37 0.68 0.72
HSL 27.5º 0.51% 0.18% -
HSV(B) 27.5º 0.68% 0.28% -
XYZ 3.69 3.28 1.25 -
YUV 50.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 71 45 23 0 0.37 0.68 0.72 27.5 0.51 0.18
Hex 47 2D 17 0 25 44 48 1C 33 12
Octal 107 55 27 0 45 104 110 34 63 22
Binary 1000111 101101 10111 0 100101 1000100 1001000 11100 110011 10010

Color Harmonies of #472D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D17

Black with #472D17

Text Example


Text Example

White with #472D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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