Shades of Clay Creek #95845A
Tints of Clay Creek #95845A
RGB
CMYK
RGB Variations
Color information
#95845A (or 0x95845A) is known color: Clay Creek. HEX triplet: 95, 84 and 5A. RGB value is (149,132,90). Sum of RGB (Red+Green+Blue) = 149+132+90=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95845A is #6A7BA5. Grayscale: #848484. Windows color (decimal): -6978470 or 5932181. OLE color: 5932181.
HSL color Cylindrical-coordinate representation of color #95845A: hue angle of 42.71º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95845A is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 90 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.42 |
| HSL | 42.71º | 0.25% | 0.47% | - |
| HSV(B) | 42.71º | 0.4% | 0.58% | - |
| XYZ | 22.49 | 23.63 | 13.05 | - |
| YUV | 132.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 90 | 0 | 0.11 | 0.40 | 0.42 | 42.71 | 0.25 | 0.47 |
| Hex | 95 | 84 | 5A | 0 | B | 28 | 2A | 2B | 19 | 2F |
| Octal | 225 | 204 | 132 | 0 | 13 | 50 | 52 | 53 | 31 | 57 |
| Binary | 10010101 | 10000100 | 1011010 | 0 | 1011 | 101000 | 101010 | 101011 | 11001 | 101111 |
Color Harmonies of #95845A
Complementary color
Monochromatic Colors of #95845A
Black with #95845A
Text Example
Text Example
White with #95845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95845A; }
p { color: rgb(149,132,90); }
H1.HeaderClassName
{
color: #95845A;
}
.AnyTagClassName
{
color: #95845A;
}
</style>
background-color css
<style>
a { background-color: #95845A; }
a { background-color: rgb(149,132,90); }
div.DivClassName
{
background-color: #95845A;
}
.BgClassName
{
background-color: #95845A;
}
</style>
border-color css
<style>
span { border-color: #95845A; }
span { border-color: rgb(149,132,90); }
td.TdClassName
{
border-color: #95845A;
}
.TagClassName
{
border-color: #95845A;
}
</style>