#90894F

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

Shades of Clay Creek #90894F

Tints of Clay Creek #90894F

Color information

#90894F (or 0x90894F) is unknown color: approx Clay Creek. HEX triplet: 90, 89 and 4F. RGB value is (144,137,79). Sum of RGB (Red+Green+Blue) = 144+137+79=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #90894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90894F is #6F76B0. Grayscale: #848484. Windows color (decimal): -7304881 or 5212560. OLE color: 5212560.

HSL color Cylindrical-coordinate representation of color #90894F: hue angle of 53.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90894F is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB14413779-
CMYK00.050.450.44
HSL53.54º29.15%43.73%-
HSV(B)53.54º45.14%56.47%-
XYZ21.8624.3910.95-
YUV132.4897.82136.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=40%
G=38.06%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441377900.050.450.4453.5429.1543.73
Hex90894F052D2C361d2c
Octal220211117055554663554
Binary10010000100010011001111010110110110110011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,137,79); }

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

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

 a { background-color: rgb(144,137,79); }

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

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

 span { border-color: rgb(144,137,79); }

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