#918A52

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

Shades of Clay Creek #918A52

Tints of Clay Creek #918A52

Color information

#918A52 (or 0x918A52) is unknown color: approx Clay Creek. HEX triplet: 91, 8A and 52. RGB value is (145,138,82). Sum of RGB (Red+Green+Blue) = 145+138+82=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #918A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A52 is #6E75AD. Grayscale: #858585. Windows color (decimal): -7239086 or 5409425. OLE color: 5409425.

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

Color convert

RGB14513882-
CMYK00.050.430.43
HSL53.33º27.75%44.51%-
HSV(B)53.33º43.45%56.86%-
XYZ22.2924.8111.6-
YUV133.7198.82136.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=39.73%
G=37.81%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451388200.050.430.4353.3327.7544.51
Hex918A52052B2B351c2d
Octal221212122055353653455
Binary10010001100010101010010010110101110101111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918A52; }

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

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

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

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

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

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

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

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