Html Css Color HEX #472D13 Bistre

📋 copy color: '#472D13'

red 71 ◦ green 45 ◦ blue 19

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

Shades of Bistre #472D13

Tints of Bistre #472D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 52.59%
G = 33.33%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#472D13 (or 0x472D13) is known color: Bistre. HEX triplet: 47, 2D and 13. RGB value is (71,45,19). Sum of RGB (Red+Green+Blue) = 71+45+19=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #472D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D13 is #B8D2EC. Grayscale: #313131. Windows color (decimal): -12112621 or 1256775. OLE color: 1256775.

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

Color convert

RGB 71 45 19 -
CMYK 0 0.37 0.73 0.72
HSL 30º 0.58% 0.18% -
HSV(B) 30º 0.73% 0.28% -
XYZ 3.65 3.26 1.05 -
YUV 49.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 71 45 19 0 0.37 0.73 0.72 30 0.58 0.18
Hex 47 2D 13 0 25 49 48 1E 3A 12
Octal 107 55 23 0 45 111 110 36 72 22
Binary 1000111 101101 10011 0 100101 1001001 1001000 11110 111010 10010

Color Harmonies of #472D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D13

Black with #472D13

Text Example


Text Example

White with #472D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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