#888458

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

Shades of Clay Creek #888458

Tints of Clay Creek #888458

Color information

#888458 (or 0x888458) is unknown color: approx Clay Creek. HEX triplet: 88, 84 and 58. RGB value is (136,132,88). Sum of RGB (Red+Green+Blue) = 136+132+88=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #888458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888458 is #777BA7. Grayscale: #808080. Windows color (decimal): -7830440 or 5801096. OLE color: 5801096.

HSL color Cylindrical-coordinate representation of color #888458: hue angle of 55º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #888458 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB13613288-
CMYK00.030.350.47
HSL55º21.43%43.92%-
HSV(B)55º35.29%53.33%-
XYZ20.1722.4412.5-
YUV128.18105.33133.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=38.20%
G=37.08%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361328800.030.350.475521.4343.92
Hex88845803232F37152c
Octal210204130034357672554
Binary1000100010000100101100001110001110111111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888458; }

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

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

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

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

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

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

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

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