Shades of Rope #925D3C
Tints of Rope #925D3C
RGB
CMYK
RGB Variations
Color information
#925D3C (or 0x925D3C) is known color: Rope. HEX triplet: 92, 5D and 3C. RGB value is (146,93,60). Sum of RGB (Red+Green+Blue) = 146+93+60=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #925D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D3C is #6DA2C3. Grayscale: #696969. Windows color (decimal): -7185092 or 3956114. OLE color: 3956114.
HSL color Cylindrical-coordinate representation of color #925D3C: hue angle of 23.02º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #925D3C is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 60 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.43 |
| HSL | 23.02º | 0.42% | 0.4% | - |
| HSV(B) | 23.02º | 0.59% | 0.57% | - |
| XYZ | 16.58 | 14.27 | 6.15 | - |
| YUV | 105.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 60 | 0 | 0.36 | 0.59 | 0.43 | 23.02 | 0.42 | 0.4 |
| Hex | 92 | 5D | 3C | 0 | 24 | 3B | 2B | 17 | 2A | 28 |
| Octal | 222 | 135 | 74 | 0 | 44 | 73 | 53 | 27 | 52 | 50 |
| Binary | 10010010 | 1011101 | 111100 | 0 | 100100 | 111011 | 101011 | 10111 | 101010 | 101000 |
Color Harmonies of #925D3C
Complementary color
Monochromatic Colors of #925D3C
Black with #925D3C
Text Example
Text Example
White with #925D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D3C; }
p { color: rgb(146,93,60); }
H1.HeaderClassName
{
color: #925D3C;
}
.AnyTagClassName
{
color: #925D3C;
}
</style>
background-color css
<style>
a { background-color: #925D3C; }
a { background-color: rgb(146,93,60); }
div.DivClassName
{
background-color: #925D3C;
}
.BgClassName
{
background-color: #925D3C;
}
</style>
border-color css
<style>
span { border-color: #925D3C; }
span { border-color: rgb(146,93,60); }
td.TdClassName
{
border-color: #925D3C;
}
.TagClassName
{
border-color: #925D3C;
}
</style>