#908148

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

Shades of Clay Creek #908148

Tints of Clay Creek #908148

Color information

#908148 (or 0x908148) is unknown color: approx Clay Creek. HEX triplet: 90, 81 and 48. RGB value is (144,129,72). Sum of RGB (Red+Green+Blue) = 144+129+72=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #908148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908148 is #6F7EB7. Grayscale: #7F7F7F. Windows color (decimal): -7306936 or 4751760. OLE color: 4751760.

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

Color convert

RGB14412972-
CMYK00.100.500.44
HSL47.5º33.33%42.35%-
HSV(B)47.5º50%56.47%-
XYZ20.5222.19.31-
YUV126.9996.97140.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=41.74%
G=37.39%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441297200.100.500.4447.533.3342.35
Hex9081480A322C30212a
Octal2202011100126254604152
Binary1001000010000001100100001010110010101100110000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908148; }

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

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

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

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

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

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

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

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