#908349

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

Shades of Clay Creek #908349

Tints of Clay Creek #908349

Color information

#908349 (or 0x908349) is unknown color: approx Clay Creek. HEX triplet: 90, 83 and 49. RGB value is (144,131,73). Sum of RGB (Red+Green+Blue) = 144+131+73=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #908349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908349 is #6F7CB6. Grayscale: #808080. Windows color (decimal): -7306423 or 4817808. OLE color: 4817808.

HSL color Cylindrical-coordinate representation of color #908349: hue angle of 49.01º 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 #908349 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB14413173-
CMYK00.090.490.44
HSL49.01º32.72%42.55%-
HSV(B)49.01º49.31%56.47%-
XYZ20.8222.649.58-
YUV128.2796.81139.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.38%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=41.38%
G=37.64%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441317300.090.490.4449.0132.7242.55
Hex90834909312C31212b
Octal2202031110116154614153
Binary1001000010000011100100101001110001101100110001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908349; }

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

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

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

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

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

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

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

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