Shades of Clay Creek #91854B
Tints of Clay Creek #91854B
RGB
CMYK
RGB Variations
Color information
#91854B (or 0x91854B) is known color: Clay Creek. HEX triplet: 91, 85 and 4B. RGB value is (145,133,75). Sum of RGB (Red+Green+Blue) = 145+133+75=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #91854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91854B is #6E7AB4. Grayscale: #828282. Windows color (decimal): -7240373 or 4949393. OLE color: 4949393.
HSL color Cylindrical-coordinate representation of color #91854B: hue angle of 49.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91854B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 75 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.43 |
| HSL | 49.71º | 0.32% | 0.43% | - |
| HSV(B) | 49.71º | 0.48% | 0.57% | - |
| XYZ | 21.33 | 23.3 | 10.03 | - |
| YUV | 129.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 75 | 0 | 0.08 | 0.48 | 0.43 | 49.71 | 0.32 | 0.43 |
| Hex | 91 | 85 | 4B | 0 | 8 | 30 | 2B | 32 | 20 | 2B |
| Octal | 221 | 205 | 113 | 0 | 10 | 60 | 53 | 62 | 40 | 53 |
| Binary | 10010001 | 10000101 | 1001011 | 0 | 1000 | 110000 | 101011 | 110010 | 100000 | 101011 |
Color Harmonies of #91854B
Complementary color
Monochromatic Colors of #91854B
Black with #91854B
Text Example
Text Example
White with #91854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91854B; }
p { color: rgb(145,133,75); }
H1.HeaderClassName
{
color: #91854B;
}
.AnyTagClassName
{
color: #91854B;
}
</style>
background-color css
<style>
a { background-color: #91854B; }
a { background-color: rgb(145,133,75); }
div.DivClassName
{
background-color: #91854B;
}
.BgClassName
{
background-color: #91854B;
}
</style>
border-color css
<style>
span { border-color: #91854B; }
span { border-color: rgb(145,133,75); }
td.TdClassName
{
border-color: #91854B;
}
.TagClassName
{
border-color: #91854B;
}
</style>