Html Css Color HEX #472A15 Bistre

📋 copy color: '#472A15'

red 71 ◦ green 42 ◦ blue 21

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

Shades of Bistre #472A15

Tints of Bistre #472A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.67%

R = 52.99%
G = 31.34%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472A15 (or 0x472A15) is known color: Bistre. HEX triplet: 47, 2A and 15. RGB value is (71,42,21). Sum of RGB (Red+Green+Blue) = 71+42+21=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A15 is #B8D5EA. Grayscale: #303030. Windows color (decimal): -12113387 or 1387079. OLE color: 1387079.

HSL color Cylindrical-coordinate representation of color #472A15: hue angle of 25.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472A15 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 42 21 -
CMYK 0 0.41 0.70 0.72
HSL 25.2º 0.54% 0.18% -
HSV(B) 25.2º 0.7% 0.28% -
XYZ 3.56 3.05 1.11 -
YUV 48.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 71 42 21 0 0.41 0.70 0.72 25.2 0.54 0.18
Hex 47 2A 15 0 29 46 48 19 36 12
Octal 107 52 25 0 51 106 110 31 66 22
Binary 1000111 101010 10101 0 101001 1000110 1001000 11001 110110 10010

Color Harmonies of #472A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A15

Black with #472A15

Text Example


Text Example

White with #472A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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