#918453

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

Shades of Clay Creek #918453

Tints of Clay Creek #918453

Color information

#918453 (or 0x918453) is unknown color: approx Clay Creek. HEX triplet: 91, 84 and 53. RGB value is (145,132,83). Sum of RGB (Red+Green+Blue) = 145+132+83=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #918453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918453 is #6E7BAC. Grayscale: #828282. Windows color (decimal): -7240621 or 5473425. OLE color: 5473425.

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

Color convert

RGB14513283-
CMYK00.090.430.43
HSL47.42º27.19%44.71%-
HSV(B)47.42º42.76%56.86%-
XYZ21.4923.1511.52-
YUV130.3101.31138.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=40.28%
G=36.67%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451328300.090.430.4347.4227.1944.71
Hex918453092B2B2f1b2d
Octal2212041230115353573355
Binary100100011000010010100110100110101110101110111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918453; }

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

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

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

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

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

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

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

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