#948052

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

Shades of Clay Creek #948052

Tints of Clay Creek #948052

Color information

#948052 (or 0x948052) is unknown color: approx Clay Creek. HEX triplet: 94, 80 and 52. RGB value is (148,128,82). Sum of RGB (Red+Green+Blue) = 148+128+82=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #948052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948052 is #6B7FAD. Grayscale: #808080. Windows color (decimal): -7045038 or 5406868. OLE color: 5406868.

HSL color Cylindrical-coordinate representation of color #948052: hue angle of 41.82º 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 #948052 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14812882-
CMYK00.140.450.42
HSL41.82º28.7%45.1%-
HSV(B)41.82º44.59%58.04%-
XYZ21.4522.3411.16-
YUV128.74101.63141.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 82 (32.42% from 255) = 22.91%
R=41.34%
G=35.75%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481288200.140.450.4241.8228.745.1
Hex9480520E2D2A2a1d2d
Octal2242001220165552523555
Binary100101001000000010100100111010110110101010101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948052; }

 p { color: rgb(148,128,82); }

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

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

 a { background-color: rgb(148,128,82); }

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

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

 span { border-color: rgb(148,128,82); }

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