#B78D49

Color #B78D49 Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #B78D49

Tints of Tussock #B78D49

Color information

#B78D49 (or 0xB78D49) is unknown color: approx Tussock. HEX triplet: B7, 8D and 49. RGB value is (183,141,73). Sum of RGB (Red+Green+Blue) = 183+141+73=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D49 is #4872B6. Grayscale: #929292. Windows color (decimal): -4747959 or 4820407. OLE color: 4820407.

HSL color Cylindrical-coordinate representation of color #B78D49: hue angle of 37.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B78D49 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18314173-
CMYK00.230.600.28
HSL37.09º43.31%50.2%-
HSV(B)37.09º60.11%71.76%-
XYZ30.2629.610.42-
YUV145.8186.91154.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=46.10%
G=35.52%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831417300.230.600.2837.0943.3150.2
HexB78D490173C1C252b32
Octal2672151110277434455362
Binary1011011110001101100100101011111110011100100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D49; }

 p { color: rgb(183,141,73); }

 H1.HeaderClassName
 {
   color: #B78D49;
 }
 .AnyTagClassName
 {
   color: #B78D49;
 }
</style>
background-color css

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

 a { background-color: rgb(183,141,73); }

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

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

 span { border-color: rgb(183,141,73); }

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