#89834B

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

Shades of Clay Creek #89834B

Tints of Clay Creek #89834B

Color information

#89834B (or 0x89834B) is unknown color: approx Clay Creek. HEX triplet: 89, 83 and 4B. RGB value is (137,131,75). Sum of RGB (Red+Green+Blue) = 137+131+75=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #89834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89834B is #767CB4. Grayscale: #7E7E7E. Windows color (decimal): -7765173 or 4948873. OLE color: 4948873.

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

Color convert

RGB13713175-
CMYK00.040.450.46
HSL54.19º29.25%41.57%-
HSV(B)54.19º45.26%53.73%-
XYZ19.722.069.88-
YUV126.4198.99135.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=39.94%
G=38.19%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371317500.040.450.4654.1929.2541.57
Hex89834B042D2E361d2a
Octal211203113045556663552
Binary10001001100000111001011010010110110111011011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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