#888750

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

Shades of Clay Creek #888750

Tints of Clay Creek #888750

Color information

#888750 (or 0x888750) is unknown color: approx Clay Creek. HEX triplet: 88, 87 and 50. RGB value is (136,135,80). Sum of RGB (Red+Green+Blue) = 136+135+80=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #888750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888750 is #7778AF. Grayscale: #818181. Windows color (decimal): -7829680 or 5277576. OLE color: 5277576.

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

Color convert

RGB13613580-
CMYK00.010.410.47
HSL58.93º25.93%42.35%-
HSV(B)58.93º41.18%53.33%-
XYZ20.2723.1410.99-
YUV129.03100.33132.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=38.75%
G=38.46%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361358000.010.410.4758.9325.9342.35
Hex88875001292F3b1a2a
Octal210207120015157733252
Binary100010001000011110100000110100110111111101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888750; }

 p { color: rgb(136,135,80); }

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

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

 a { background-color: rgb(136,135,80); }

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

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

 span { border-color: rgb(136,135,80); }

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