#888450

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

Shades of Clay Creek #888450

Tints of Clay Creek #888450

Color information

#888450 (or 0x888450) is unknown color: approx Clay Creek. HEX triplet: 88, 84 and 50. RGB value is (136,132,80). Sum of RGB (Red+Green+Blue) = 136+132+80=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #888450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888450 is #777BAF. Grayscale: #7F7F7F. Windows color (decimal): -7830448 or 5276808. OLE color: 5276808.

HSL color Cylindrical-coordinate representation of color #888450: hue angle of 55.71º 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 #888450 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13613280-
CMYK00.030.410.47
HSL55.71º25.93%42.35%-
HSV(B)55.71º41.18%53.33%-
XYZ19.8522.3210.85-
YUV127.27101.33134.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=39.08%
G=37.93%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361328000.030.410.4755.7125.9342.35
Hex88845003292F381a2a
Octal210204120035157703252
Binary1000100010000100101000001110100110111111100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888450; }

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

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

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

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

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

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

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

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