#908852

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

Shades of Clay Creek #908852

Tints of Clay Creek #908852

Color information

#908852 (or 0x908852) is unknown color: approx Clay Creek. HEX triplet: 90, 88 and 52. RGB value is (144,136,82). Sum of RGB (Red+Green+Blue) = 144+136+82=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #908852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908852 is #6F77AD. Grayscale: #848484. Windows color (decimal): -7305134 or 5408912. OLE color: 5408912.

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

Color convert

RGB14413682-
CMYK00.060.430.44
HSL52.26º27.43%44.31%-
HSV(B)52.26º43.06%56.47%-
XYZ21.8324.1511.49-
YUV132.2499.65136.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 136 (53.52% from 255) = 37.57%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=39.78%
G=37.57%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441368200.060.430.4452.2627.4344.31
Hex908852062B2C341b2c
Octal220210122065354643354
Binary10010000100010001010010011010101110110011010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908852; }

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

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

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

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

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

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

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

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