#88804E

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

Shades of Clay Creek #88804E

Tints of Clay Creek #88804E

Color information

#88804E (or 0x88804E) is unknown color: approx Clay Creek. HEX triplet: 88, 80 and 4E. RGB value is (136,128,78). Sum of RGB (Red+Green+Blue) = 136+128+78=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #88804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88804E is #777FB1. Grayscale: #7C7C7C. Windows color (decimal): -7831474 or 5144712. OLE color: 5144712.

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

Color convert

RGB13612878-
CMYK00.060.430.47
HSL51.72º27.1%41.96%-
HSV(B)51.72º42.65%53.33%-
XYZ19.2521.2210.29-
YUV124.69101.65136.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=39.77%
G=37.43%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361287800.060.430.4751.7227.141.96
Hex88804E062B2F341b2a
Octal210200116065357643352
Binary10001000100000001001110011010101110111111010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88804E; }

 p { color: rgb(136,128,78); }

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

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

 a { background-color: rgb(136,128,78); }

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

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

 span { border-color: rgb(136,128,78); }

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