#908152

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

Shades of Clay Creek #908152

Tints of Clay Creek #908152

Color information

#908152 (or 0x908152) is unknown color: approx Clay Creek. HEX triplet: 90, 81 and 52. RGB value is (144,129,82). Sum of RGB (Red+Green+Blue) = 144+129+82=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #908152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908152 is #6F7EAD. Grayscale: #808080. Windows color (decimal): -7306926 or 5407120. OLE color: 5407120.

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

Color convert

RGB14412982-
CMYK00.100.430.44
HSL45.48º27.43%44.31%-
HSV(B)45.48º43.06%56.47%-
XYZ20.8722.2411.17-
YUV128.13101.97139.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=40.56%
G=36.34%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441298200.100.430.4445.4827.4344.31
Hex9081520A2B2C2d1b2c
Octal2202011220125354553354
Binary100100001000000110100100101010101110110010110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908152; }

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

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

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

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

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

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

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

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