#918153

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

Shades of Clay Creek #918153

Tints of Clay Creek #918153

Color information

#918153 (or 0x918153) is unknown color: approx Clay Creek. HEX triplet: 91, 81 and 53. RGB value is (145,129,83). Sum of RGB (Red+Green+Blue) = 145+129+83=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #918153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918153 is #6E7EAC. Grayscale: #808080. Windows color (decimal): -7241389 or 5472657. OLE color: 5472657.

HSL color Cylindrical-coordinate representation of color #918153: hue angle of 44.52º 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 #918153 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB14512983-
CMYK00.110.430.43
HSL44.52º27.19%44.71%-
HSV(B)44.52º42.76%56.86%-
XYZ21.0922.3411.39-
YUV128.54102.3139.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=40.62%
G=36.13%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451298300.110.430.4344.5227.1944.71
Hex9181530B2B2B2d1b2d
Octal2212011230135353553355
Binary100100011000000110100110101110101110101110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918153; }

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

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

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

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

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

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

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

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