#948155

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

Shades of Clay Creek #948155

Tints of Clay Creek #948155

Color information

#948155 (or 0x948155) is unknown color: approx Clay Creek. HEX triplet: 94, 81 and 55. RGB value is (148,129,85). Sum of RGB (Red+Green+Blue) = 148+129+85=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #948155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948155 is #6B7EAA. Grayscale: #818181. Windows color (decimal): -7044779 or 5603732. OLE color: 5603732.

HSL color Cylindrical-coordinate representation of color #948155: hue angle of 41.9º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #948155 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14812985-
CMYK00.130.430.42
HSL41.9º27.04%45.69%-
HSV(B)41.9º42.57%58.04%-
XYZ21.722.6511.82-
YUV129.66102.79141.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=40.88%
G=35.64%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481298500.130.430.4241.927.0445.69
Hex9481550D2B2A2a1b2e
Octal2242011250155352523356
Binary100101001000000110101010110110101110101010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948155; }

 p { color: rgb(148,129,85); }

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

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

 a { background-color: rgb(148,129,85); }

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

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

 span { border-color: rgb(148,129,85); }

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