#918048

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

Shades of Clay Creek #918048

Tints of Clay Creek #918048

Color information

#918048 (or 0x918048) is unknown color: approx Clay Creek. HEX triplet: 91, 80 and 48. RGB value is (145,128,72). Sum of RGB (Red+Green+Blue) = 145+128+72=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #918048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918048 is #6E7FB7. Grayscale: #7E7E7E. Windows color (decimal): -7241656 or 4751505. OLE color: 4751505.

HSL color Cylindrical-coordinate representation of color #918048: hue angle of 46.03º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #918048 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB14512872-
CMYK00.120.500.43
HSL46.03º33.64%42.55%-
HSV(B)46.03º50.34%56.86%-
XYZ20.5721.939.28-
YUV126.797.13141.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=42.03%
G=37.10%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451287200.120.500.4346.0333.6442.55
Hex9180480C322B2e222b
Octal2212001100146253564253
Binary1001000110000000100100001100110010101011101110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918048; }

 p { color: rgb(145,128,72); }

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

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

 a { background-color: rgb(145,128,72); }

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

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

 span { border-color: rgb(145,128,72); }

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