Html Css Color HEX #472C09 Bistre

📋 copy color: '#472C09'

red 71 ◦ green 44 ◦ blue 9

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

Shades of Bistre #472C09

Tints of Bistre #472C09

RGB

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

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

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

R = 57.26%
G = 35.48%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#472C09 (or 0x472C09) is known color: Bistre. HEX triplet: 47, 2C and 09. RGB value is (71,44,9). Sum of RGB (Red+Green+Blue) = 71+44+9=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C09 is #B8D3F6. Grayscale: #303030. Windows color (decimal): -12112887 or 601159. OLE color: 601159.

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

Color convert

RGB 71 44 9 -
CMYK 0 0.38 0.87 0.72
HSL 33.87º 0.78% 0.16% -
HSV(B) 33.87º 0.87% 0.28% -
XYZ 3.55 3.16 0.68 -
YUV 48.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 71 44 9 0 0.38 0.87 0.72 33.87 0.78 0.16
Hex 47 2C 9 0 26 57 48 22 4E 10
Octal 107 54 11 0 46 127 110 42 116 20
Binary 1000111 101100 1001 0 100110 1010111 1001000 100010 1001110 10000

Color Harmonies of #472C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C09

Black with #472C09

Text Example


Text Example

White with #472C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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