#888551

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

Shades of Clay Creek #888551

Tints of Clay Creek #888551

Color information

#888551 (or 0x888551) is unknown color: approx Clay Creek. HEX triplet: 88, 85 and 51. RGB value is (136,133,81). Sum of RGB (Red+Green+Blue) = 136+133+81=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #888551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888551 is #777AAE. Grayscale: #808080. Windows color (decimal): -7830191 or 5342600. OLE color: 5342600.

HSL color Cylindrical-coordinate representation of color #888551: hue angle of 56.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #888551 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13613381-
CMYK00.020.400.47
HSL56.73º25.35%42.55%-
HSV(B)56.73º40.44%53.33%-
XYZ20.0322.611.09-
YUV127.97101.49133.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=38.86%
G=38%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361338100.020.400.4756.7325.3542.55
Hex88855102282F39192b
Octal210205121025057713153
Binary1000100010000101101000101010100010111111100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888551; }

 p { color: rgb(136,133,81); }

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

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

 a { background-color: rgb(136,133,81); }

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

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

 span { border-color: rgb(136,133,81); }

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