Shades of Clay Creek #918252
Tints of Clay Creek #918252
RGB
CMYK
RGB Variations
Color information
#918252 (or 0x918252) is known color: Clay Creek. HEX triplet: 91, 82 and 52. RGB value is (145,130,82). Sum of RGB (Red+Green+Blue) = 145+130+82=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #918252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918252 is #6E7DAD. Grayscale: #818181. Windows color (decimal): -7241134 or 5407377. OLE color: 5407377.
HSL color Cylindrical-coordinate representation of color #918252: hue angle of 45.71º 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 #918252 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 82 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.43 |
| HSL | 45.71º | 0.28% | 0.45% | - |
| HSV(B) | 45.71º | 0.43% | 0.57% | - |
| XYZ | 21.18 | 22.59 | 11.23 | - |
| YUV | 129.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 82 | 0 | 0.10 | 0.43 | 0.43 | 45.71 | 0.28 | 0.45 |
| Hex | 91 | 82 | 52 | 0 | A | 2B | 2B | 2E | 1C | 2D |
| Octal | 221 | 202 | 122 | 0 | 12 | 53 | 53 | 56 | 34 | 55 |
| Binary | 10010001 | 10000010 | 1010010 | 0 | 1010 | 101011 | 101011 | 101110 | 11100 | 101101 |
Color Harmonies of #918252
Complementary color
Monochromatic Colors of #918252
Black with #918252
Text Example
Text Example
White with #918252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918252; }
p { color: rgb(145,130,82); }
H1.HeaderClassName
{
color: #918252;
}
.AnyTagClassName
{
color: #918252;
}
</style>
background-color css
<style>
a { background-color: #918252; }
a { background-color: rgb(145,130,82); }
div.DivClassName
{
background-color: #918252;
}
.BgClassName
{
background-color: #918252;
}
</style>
border-color css
<style>
span { border-color: #918252; }
span { border-color: rgb(145,130,82); }
td.TdClassName
{
border-color: #918252;
}
.TagClassName
{
border-color: #918252;
}
</style>