Html Css Color HEX #472A09 Bistre

📋 copy color: '#472A09'

red 71 ◦ green 42 ◦ blue 9

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

Shades of Bistre #472A09

Tints of Bistre #472A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.38%

R = 58.2%
G = 34.43%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#472A09 (or 0x472A09) is known color: Bistre. HEX triplet: 47, 2A and 09. RGB value is (71,42,9). Sum of RGB (Red+Green+Blue) = 71+42+9=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A09 is #B8D5F6. Grayscale: #2F2F2F. Windows color (decimal): -12113399 or 600647. OLE color: 600647.

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

Color convert

RGB 71 42 9 -
CMYK 0 0.41 0.87 0.72
HSL 31.94º 0.78% 0.16% -
HSV(B) 31.94º 0.87% 0.28% -
XYZ 3.48 3.02 0.66 -
YUV 46.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 71 42 9 0 0.41 0.87 0.72 31.94 0.78 0.16
Hex 47 2A 9 0 29 57 48 20 4E 10
Octal 107 52 11 0 51 127 110 40 116 20
Binary 1000111 101010 1001 0 101001 1010111 1001000 100000 1001110 10000

Color Harmonies of #472A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A09

Black with #472A09

Text Example


Text Example

White with #472A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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