Html Css Color HEX #472C10 Bistre

📋 copy color: '#472C10'

red 71 ◦ green 44 ◦ blue 16

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

Shades of Bistre #472C10

Tints of Bistre #472C10

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.59%

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 54.2%
G = 33.59%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472C10 (or 0x472C10) is known color: Bistre. HEX triplet: 47, 2C and 10. RGB value is (71,44,16). Sum of RGB (Red+Green+Blue) = 71+44+16=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C10 is #B8D3EF. Grayscale: #313131. Windows color (decimal): -12112880 or 1059911. OLE color: 1059911.

HSL color Cylindrical-coordinate representation of color #472C10: hue angle of 30.55º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472C10 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 44 16 -
CMYK 0 0.38 0.77 0.72
HSL 30.55º 0.63% 0.17% -
HSV(B) 30.55º 0.77% 0.28% -
XYZ 3.59 3.18 0.91 -
YUV 48.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 71 44 16 0 0.38 0.77 0.72 30.55 0.63 0.17
Hex 47 2C 10 0 26 4D 48 1F 3F 11
Octal 107 54 20 0 46 115 110 37 77 21
Binary 1000111 101100 10000 0 100110 1001101 1001000 11111 111111 10001

Color Harmonies of #472C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C10

Black with #472C10

Text Example


Text Example

White with #472C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,44,16); }

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

background-color css

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

 a { background-color: rgb(71,44,16); }

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

border-color css

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

 span { border-color: rgb(71,44,16); }

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