Html Css Color HEX #472D14 Bistre

📋 copy color: '#472D14'

red 71 ◦ green 45 ◦ blue 20

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

Shades of Bistre #472D14

Tints of Bistre #472D14

RGB

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

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

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

R = 52.21%
G = 33.09%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472D14 (or 0x472D14) is known color: Bistre. HEX triplet: 47, 2D and 14. RGB value is (71,45,20). Sum of RGB (Red+Green+Blue) = 71+45+20=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #472D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D14 is #B8D2EB. Grayscale: #323232. Windows color (decimal): -12112620 or 1322311. OLE color: 1322311.

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

Color convert

RGB 71 45 20 -
CMYK 0 0.37 0.72 0.72
HSL 29.41º 0.56% 0.18% -
HSV(B) 29.41º 0.72% 0.28% -
XYZ 3.66 3.27 1.1 -
YUV 49.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 71 45 20 0 0.37 0.72 0.72 29.41 0.56 0.18
Hex 47 2D 14 0 25 48 48 1D 38 12
Octal 107 55 24 0 45 110 110 35 70 22
Binary 1000111 101101 10100 0 100101 1001000 1001000 11101 111000 10010

Color Harmonies of #472D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D14

Black with #472D14

Text Example


Text Example

White with #472D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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