#B78A49

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

Shades of Tussock #B78A49

Tints of Tussock #B78A49

Color information

#B78A49 (or 0xB78A49) is unknown color: approx Tussock. HEX triplet: B7, 8A and 49. RGB value is (183,138,73). Sum of RGB (Red+Green+Blue) = 183+138+73=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A49 is #4875B6. Grayscale: #909090. Windows color (decimal): -4748727 or 4819639. OLE color: 4819639.

HSL color Cylindrical-coordinate representation of color #B78A49: hue angle of 35.45º 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 #B78A49 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18313873-
CMYK00.250.600.28
HSL35.45º43.31%50.2%-
HSV(B)35.45º60.11%71.76%-
XYZ29.8228.7310.28-
YUV144.0587.91155.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=46.45%
G=35.03%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831387300.250.600.2835.4543.3150.2
HexB78A490193C1C232b32
Octal2672121110317434435362
Binary1011011110001010100100101100111110011100100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A49; }

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

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

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

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

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

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

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

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