#918752

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

Shades of Clay Creek #918752

Tints of Clay Creek #918752

Color information

#918752 (or 0x918752) is unknown color: approx Clay Creek. HEX triplet: 91, 87 and 52. RGB value is (145,135,82). Sum of RGB (Red+Green+Blue) = 145+135+82=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #918752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918752 is #6E78AD. Grayscale: #848484. Windows color (decimal): -7239854 or 5408657. OLE color: 5408657.

HSL color Cylindrical-coordinate representation of color #918752: hue angle of 50.48º degrees, saturation: 0.28, 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 #918752 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB14513582-
CMYK00.070.430.43
HSL50.48º27.75%44.51%-
HSV(B)50.48º43.45%56.86%-
XYZ21.8623.9611.45-
YUV131.9599.81137.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=40.06%
G=37.29%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451358200.070.430.4350.4827.7544.51
Hex918752072B2B321c2d
Octal221207122075353623455
Binary10010001100001111010010011110101110101111001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918752; }

 p { color: rgb(145,135,82); }

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

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

 a { background-color: rgb(145,135,82); }

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

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

 span { border-color: rgb(145,135,82); }

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