#918253

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

Shades of Clay Creek #918253

Tints of Clay Creek #918253

Color information

#918253 (or 0x918253) is unknown color: approx Clay Creek. HEX triplet: 91, 82 and 53. RGB value is (145,130,83). Sum of RGB (Red+Green+Blue) = 145+130+83=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #918253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918253 is #6E7DAC. Grayscale: #818181. Windows color (decimal): -7241133 or 5472913. OLE color: 5472913.

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

Color convert

RGB14513083-
CMYK00.100.430.43
HSL45.48º27.19%44.71%-
HSV(B)45.48º42.76%56.86%-
XYZ21.2222.6111.43-
YUV129.13101.97139.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 83 (32.81% from 255) = 23.18%
R=40.50%
G=36.31%
B=23.18%

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
Decimal1451308300.100.430.4345.4827.1944.71
Hex9182530A2B2B2d1b2d
Octal2212021230125353553355
Binary100100011000001010100110101010101110101110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918253; }

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

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

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

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

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

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

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

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