#918053

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

Shades of Clay Creek #918053

Tints of Clay Creek #918053

Color information

#918053 (or 0x918053) is unknown color: approx Clay Creek. HEX triplet: 91, 80 and 53. RGB value is (145,128,83). Sum of RGB (Red+Green+Blue) = 145+128+83=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #918053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918053 is #6E7FAC. Grayscale: #808080. Windows color (decimal): -7241645 or 5472401. OLE color: 5472401.

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

Color convert

RGB14512883-
CMYK00.120.430.43
HSL43.55º27.19%44.71%-
HSV(B)43.55º42.76%56.86%-
XYZ20.9622.0811.34-
YUV127.95102.63140.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=40.73%
G=35.96%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451288300.120.430.4343.5527.1944.71
Hex9180530C2B2B2c1b2d
Octal2212001230145353543355
Binary100100011000000010100110110010101110101110110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918053; }

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

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

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

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

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

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

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

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