Html Css Color HEX #472A10 Bistre

📋 copy color: '#472A10'

red 71 ◦ green 42 ◦ blue 16

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

Shades of Bistre #472A10

Tints of Bistre #472A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.56%

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

R = 55.04%
G = 32.56%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472A10 (or 0x472A10) is known color: Bistre. HEX triplet: 47, 2A and 10. RGB value is (71,42,16). Sum of RGB (Red+Green+Blue) = 71+42+16=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A10 is #B8D5EF. Grayscale: #2F2F2F. Windows color (decimal): -12113392 or 1059399. OLE color: 1059399.

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

Color convert

RGB 71 42 16 -
CMYK 0 0.41 0.77 0.72
HSL 28.36º 0.63% 0.17% -
HSV(B) 28.36º 0.77% 0.28% -
XYZ 3.52 3.03 0.89 -
YUV 47.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 71 42 16 0 0.41 0.77 0.72 28.36 0.63 0.17
Hex 47 2A 10 0 29 4D 48 1C 3F 11
Octal 107 52 20 0 51 115 110 34 77 21
Binary 1000111 101010 10000 0 101001 1001101 1001000 11100 111111 10001

Color Harmonies of #472A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A10

Black with #472A10

Text Example


Text Example

White with #472A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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