#908952

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

Shades of Clay Creek #908952

Tints of Clay Creek #908952

Color information

#908952 (or 0x908952) is unknown color: approx Clay Creek. HEX triplet: 90, 89 and 52. RGB value is (144,137,82). Sum of RGB (Red+Green+Blue) = 144+137+82=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #908952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908952 is #6F76AD. Grayscale: #858585. Windows color (decimal): -7304878 or 5409168. OLE color: 5409168.

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

Color convert

RGB14413782-
CMYK00.050.430.44
HSL53.23º27.43%44.31%-
HSV(B)53.23º43.06%56.47%-
XYZ21.9724.4311.54-
YUV132.8299.32135.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=39.67%
G=37.74%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441378200.050.430.4453.2327.4344.31
Hex908952052B2C351b2c
Octal220211122055354653354
Binary10010000100010011010010010110101110110011010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908952; }

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

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

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

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

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

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

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

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