#948451

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

Shades of Clay Creek #948451

Tints of Clay Creek #948451

Color information

#948451 (or 0x948451) is unknown color: approx Clay Creek. HEX triplet: 94, 84 and 51. RGB value is (148,132,81). Sum of RGB (Red+Green+Blue) = 148+132+81=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #948451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948451 is #6B7BAE. Grayscale: #838383. Windows color (decimal): -7044015 or 5342356. OLE color: 5342356.

HSL color Cylindrical-coordinate representation of color #948451: hue angle of 45.67º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #948451 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14813281-
CMYK00.110.450.42
HSL45.67º29.26%44.9%-
HSV(B)45.67º45.27%58.04%-
XYZ21.9523.3911.14-
YUV130.9799.8140.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=41.00%
G=36.57%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481328100.110.450.4245.6729.2644.9
Hex9484510B2D2A2e1d2d
Octal2242041210135552563555
Binary100101001000010010100010101110110110101010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948451; }

 p { color: rgb(148,132,81); }

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

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

 a { background-color: rgb(148,132,81); }

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

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

 span { border-color: rgb(148,132,81); }

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