Shades of Clay Creek #95834A
Tints of Clay Creek #95834A
RGB
CMYK
RGB Variations
Color information
#95834A (or 0x95834A) is known color: Clay Creek. HEX triplet: 95, 83 and 4A. RGB value is (149,131,74). Sum of RGB (Red+Green+Blue) = 149+131+74=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95834A is #6A7CB5. Grayscale: #828282. Windows color (decimal): -6978742 or 4883349. OLE color: 4883349.
HSL color Cylindrical-coordinate representation of color #95834A: hue angle of 45.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95834A is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 131 | 74 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.42 |
| HSL | 45.6º | 0.34% | 0.44% | - |
| HSV(B) | 45.6º | 0.5% | 0.58% | - |
| XYZ | 21.75 | 23.12 | 9.79 | - |
| YUV | 129.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 74 | 0 | 0.12 | 0.50 | 0.42 | 45.6 | 0.34 | 0.44 |
| Hex | 95 | 83 | 4A | 0 | C | 32 | 2A | 2E | 22 | 2C |
| Octal | 225 | 203 | 112 | 0 | 14 | 62 | 52 | 56 | 42 | 54 |
| Binary | 10010101 | 10000011 | 1001010 | 0 | 1100 | 110010 | 101010 | 101110 | 100010 | 101100 |
Color Harmonies of #95834A
Complementary color
Monochromatic Colors of #95834A
Black with #95834A
Text Example
Text Example
White with #95834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95834A; }
p { color: rgb(149,131,74); }
H1.HeaderClassName
{
color: #95834A;
}
.AnyTagClassName
{
color: #95834A;
}
</style>
background-color css
<style>
a { background-color: #95834A; }
a { background-color: rgb(149,131,74); }
div.DivClassName
{
background-color: #95834A;
}
.BgClassName
{
background-color: #95834A;
}
</style>
border-color css
<style>
span { border-color: #95834A; }
span { border-color: rgb(149,131,74); }
td.TdClassName
{
border-color: #95834A;
}
.TagClassName
{
border-color: #95834A;
}
</style>