Html Css Color HEX #472406 Bistre

📋 copy color: '#472406'

red 71 ◦ green 36 ◦ blue 6

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

Shades of Bistre #472406

Tints of Bistre #472406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.86%

 BLUE value IS 6 (2.73% from 255) = 5.31%

R = 62.83%
G = 31.86%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#472406 (or 0x472406) is known color: Bistre. HEX triplet: 47, 24 and 06. RGB value is (71,36,6). Sum of RGB (Red+Green+Blue) = 71+36+6=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472406 is #B8DBF9. Grayscale: #2B2B2B. Windows color (decimal): -12114938 or 402503. OLE color: 402503.

HSL color Cylindrical-coordinate representation of color #472406: hue angle of 27.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #472406 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 36 6 -
CMYK 0 0.49 0.92 0.72
HSL 27.69º 0.84% 0.15% -
HSV(B) 27.69º 0.92% 0.28% -
XYZ 3.26 2.61 0.51 -
YUV 43.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 71 36 6 0 0.49 0.92 0.72 27.69 0.84 0.15
Hex 47 24 6 0 31 5C 48 1C 54 F
Octal 107 44 6 0 61 134 110 34 124 17
Binary 1000111 100100 110 0 110001 1011100 1001000 11100 1010100 1111

Color Harmonies of #472406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472406

Black with #472406

Text Example


Text Example

White with #472406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472406; }

 p { color: rgb(71,36,6); }

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

background-color css

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

 a { background-color: rgb(71,36,6); }

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

border-color css

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

 span { border-color: rgb(71,36,6); }

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