#918451

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

Shades of Clay Creek #918451

Tints of Clay Creek #918451

Color information

#918451 (or 0x918451) is unknown color: approx Clay Creek. HEX triplet: 91, 84 and 51. RGB value is (145,132,81). Sum of RGB (Red+Green+Blue) = 145+132+81=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #918451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918451 is #6E7BAE. Grayscale: #828282. Windows color (decimal): -7240623 or 5342353. OLE color: 5342353.

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

Color convert

RGB14513281-
CMYK00.090.440.43
HSL47.81º28.32%44.31%-
HSV(B)47.81º44.14%56.86%-
XYZ21.4123.1211.12-
YUV130.07100.31138.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=40.50%
G=36.87%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451328100.090.440.4347.8128.3244.31
Hex918451092C2B301c2c
Octal2212041210115453603454
Binary100100011000010010100010100110110010101111000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918451; }

 p { color: rgb(145,132,81); }

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

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

 a { background-color: rgb(145,132,81); }

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

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

 span { border-color: rgb(145,132,81); }

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