#918358

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

Shades of Clay Creek #918358

Tints of Clay Creek #918358

Color information

#918358 (or 0x918358) is unknown color: approx Clay Creek. HEX triplet: 91, 83 and 58. RGB value is (145,131,88). Sum of RGB (Red+Green+Blue) = 145+131+88=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #918358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918358 is #6E7CA7. Grayscale: #828282. Windows color (decimal): -7240872 or 5800849. OLE color: 5800849.

HSL color Cylindrical-coordinate representation of color #918358: hue angle of 45.26º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918358 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB14513188-
CMYK00.100.390.43
HSL45.26º24.46%45.69%-
HSV(B)45.26º39.31%56.86%-
XYZ21.5522.9612.53-
YUV130.28104.14138.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=39.84%
G=35.99%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451318800.100.390.4345.2624.4645.69
Hex9183580A272B2d182e
Octal2212031300124753553056
Binary100100011000001110110000101010011110101110110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918358; }

 p { color: rgb(145,131,88); }

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

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

 a { background-color: rgb(145,131,88); }

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

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

 span { border-color: rgb(145,131,88); }

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