#878238

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

Shades of Highball #878238

Tints of Highball #878238

Color information

#878238 (or 0x878238) is unknown color: approx Highball. HEX triplet: 87, 82 and 38. RGB value is (135,130,56). Sum of RGB (Red+Green+Blue) = 135+130+56=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #878238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878238 is #787DC7. Grayscale: #7B7B7B. Windows color (decimal): -7896520 or 3703431. OLE color: 3703431.

HSL color Cylindrical-coordinate representation of color #878238: hue angle of 56.2º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #878238 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB13513056-
CMYK00.040.590.47
HSL56.2º41.36%37.45%-
HSV(B)56.2º58.52%52.94%-
XYZ18.6921.46.89-
YUV123.0690.16136.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=42.06%
G=40.50%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351305600.040.590.4756.241.3637.45
Hex878238043B2F382925
Octal20720270047357705145
Binary10000111100000101110000100111011101111111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878238; }

 p { color: rgb(135,130,56); }

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

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

 a { background-color: rgb(135,130,56); }

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

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

 span { border-color: rgb(135,130,56); }

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