#918353

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

Shades of Clay Creek #918353

Tints of Clay Creek #918353

Color information

#918353 (or 0x918353) is unknown color: approx Clay Creek. HEX triplet: 91, 83 and 53. RGB value is (145,131,83). Sum of RGB (Red+Green+Blue) = 145+131+83=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #918353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918353 is #6E7CAC. Grayscale: #818181. Windows color (decimal): -7240877 or 5473169. OLE color: 5473169.

HSL color Cylindrical-coordinate representation of color #918353: hue angle of 46.45º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918353 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB14513183-
CMYK00.100.430.43
HSL46.45º27.19%44.71%-
HSV(B)46.45º42.76%56.86%-
XYZ21.3522.8811.47-
YUV129.71101.64138.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.39%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=40.39%
G=36.49%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451318300.100.430.4346.4527.1944.71
Hex9183530A2B2B2e1b2d
Octal2212031230125353563355
Binary100100011000001110100110101010101110101110111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918353; }

 p { color: rgb(145,131,83); }

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

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

 a { background-color: rgb(145,131,83); }

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

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

 span { border-color: rgb(145,131,83); }

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