#88854F

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

Shades of Clay Creek #88854F

Tints of Clay Creek #88854F

Color information

#88854F (or 0x88854F) is unknown color: approx Clay Creek. HEX triplet: 88, 85 and 4F. RGB value is (136,133,79). Sum of RGB (Red+Green+Blue) = 136+133+79=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88854F is #777AB0. Grayscale: #7F7F7F. Windows color (decimal): -7830193 or 5211528. OLE color: 5211528.

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

Color convert

RGB13613379-
CMYK00.020.420.47
HSL56.84º26.51%42.16%-
HSV(B)56.84º41.91%53.33%-
XYZ19.9522.5710.7-
YUV127.74100.49133.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=39.08%
G=38.22%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361337900.020.420.4756.8426.5142.16
Hex88854F022A2F391b2a
Octal210205117025257713352
Binary1000100010000101100111101010101010111111100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88854F; }

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

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

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

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

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

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

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

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