#948C52

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

Shades of Clay Creek #948C52

Tints of Clay Creek #948C52

Color information

#948C52 (or 0x948C52) is unknown color: approx Clay Creek. HEX triplet: 94, 8C and 52. RGB value is (148,140,82). Sum of RGB (Red+Green+Blue) = 148+140+82=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #948C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C52 is #6B73AD. Grayscale: #888888. Windows color (decimal): -7041966 or 5409940. OLE color: 5409940.

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

Color convert

RGB14814082-
CMYK00.050.450.42
HSL52.73º28.7%45.1%-
HSV(B)52.73º44.59%58.04%-
XYZ23.1125.6611.72-
YUV135.7897.65136.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 140 (55.08% from 255) = 37.84%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=40%
G=37.84%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481408200.050.450.4252.7328.745.1
Hex948C52052D2A351d2d
Octal224214122055552653555
Binary10010100100011001010010010110110110101011010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948C52; }

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

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

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

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

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

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

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

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