#908149

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

Shades of Clay Creek #908149

Tints of Clay Creek #908149

Color information

#908149 (or 0x908149) is unknown color: approx Clay Creek. HEX triplet: 90, 81 and 49. RGB value is (144,129,73). Sum of RGB (Red+Green+Blue) = 144+129+73=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #908149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908149 is #6F7EB6. Grayscale: #7F7F7F. Windows color (decimal): -7306935 or 4817296. OLE color: 4817296.

HSL color Cylindrical-coordinate representation of color #908149: hue angle of 47.32º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #908149 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB14412973-
CMYK00.100.490.44
HSL47.32º32.72%42.55%-
HSV(B)47.32º49.31%56.47%-
XYZ20.5522.119.49-
YUV127.197.47140.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=41.62%
G=37.28%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441297300.100.490.4447.3232.7242.55
Hex9081490A312C2f212b
Octal2202011110126154574153
Binary1001000010000001100100101010110001101100101111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908149; }

 p { color: rgb(144,129,73); }

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

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

 a { background-color: rgb(144,129,73); }

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

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

 span { border-color: rgb(144,129,73); }

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