#948A52

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

Shades of Clay Creek #948A52

Tints of Clay Creek #948A52

Color information

#948A52 (or 0x948A52) is unknown color: approx Clay Creek. HEX triplet: 94, 8A and 52. RGB value is (148,138,82). Sum of RGB (Red+Green+Blue) = 148+138+82=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #948A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A52 is #6B75AD. Grayscale: #868686. Windows color (decimal): -7042478 or 5409428. OLE color: 5409428.

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

Color convert

RGB14813882-
CMYK00.070.450.42
HSL50.91º28.7%45.1%-
HSV(B)50.91º44.59%58.04%-
XYZ22.8225.0811.62-
YUV134.6198.31137.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=40.22%
G=37.5%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481388200.070.450.4250.9128.745.1
Hex948A52072D2A331d2d
Octal224212122075552633555
Binary10010100100010101010010011110110110101011001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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