#88834B

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

Shades of Clay Creek #88834B

Tints of Clay Creek #88834B

Color information

#88834B (or 0x88834B) is unknown color: approx Clay Creek. HEX triplet: 88, 83 and 4B. RGB value is (136,131,75). Sum of RGB (Red+Green+Blue) = 136+131+75=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #88834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88834B is #777CB4. Grayscale: #7E7E7E. Windows color (decimal): -7830709 or 4948872. OLE color: 4948872.

HSL color Cylindrical-coordinate representation of color #88834B: hue angle of 55.08º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88834B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13613175-
CMYK00.040.450.47
HSL55.08º28.91%41.37%-
HSV(B)55.08º44.85%53.33%-
XYZ19.5421.979.87-
YUV126.1199.16135.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=39.77%
G=38.30%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361317500.040.450.4755.0828.9141.37
Hex88834B042D2F371d29
Octal210203113045557673551
Binary10001000100000111001011010010110110111111011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88834B; }

 p { color: rgb(136,131,75); }

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

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

 a { background-color: rgb(136,131,75); }

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

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

 span { border-color: rgb(136,131,75); }

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