Html Css Color HEX #472B06 Bistre

📋 copy color: '#472B06'

red 71 ◦ green 43 ◦ blue 6

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

Shades of Bistre #472B06

Tints of Bistre #472B06

RGB

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

 GREEN value IS 43 (17.19% from 255) = 35.83%

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

R = 59.17%
G = 35.83%
B = 5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#472B06 (or 0x472B06) is known color: Bistre. HEX triplet: 47, 2B and 06. RGB value is (71,43,6). Sum of RGB (Red+Green+Blue) = 71+43+6=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B06 is #B8D4F9. Grayscale: #2F2F2F. Windows color (decimal): -12113146 or 404295. OLE color: 404295.

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

Color convert

RGB 71 43 6 -
CMYK 0 0.39 0.92 0.72
HSL 34.15º 0.84% 0.15% -
HSV(B) 34.15º 0.92% 0.28% -
XYZ 3.5 3.08 0.58 -
YUV 47.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 71 43 6 0 0.39 0.92 0.72 34.15 0.84 0.15
Hex 47 2B 6 0 27 5C 48 22 54 F
Octal 107 53 6 0 47 134 110 42 124 17
Binary 1000111 101011 110 0 100111 1011100 1001000 100010 1010100 1111

Color Harmonies of #472B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B06

Black with #472B06

Text Example


Text Example

White with #472B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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