Shades of Twine #C38A50
Tints of Twine #C38A50
RGB
CMYK
RGB Variations
Color information
#C38A50 (or 0xC38A50) is known color: Twine. HEX triplet: C3, 8A and 50. RGB value is (195,138,80). Sum of RGB (Red+Green+Blue) = 195+138+80=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A50 is #3C75AF. Grayscale: #949494. Windows color (decimal): -3962288 or 5278403. OLE color: 5278403.
HSL color Cylindrical-coordinate representation of color #C38A50: hue angle of 30.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C38A50 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 80 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.24 |
| HSL | 30.26º | 0.49% | 0.54% | - |
| HSV(B) | 30.26º | 0.59% | 0.76% | - |
| XYZ | 33.04 | 30.36 | 11.71 | - |
| YUV | 148.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 80 | 0 | 0.29 | 0.59 | 0.24 | 30.26 | 0.49 | 0.54 |
| Hex | C3 | 8A | 50 | 0 | 1D | 3B | 18 | 1E | 31 | 36 |
| Octal | 303 | 212 | 120 | 0 | 35 | 73 | 30 | 36 | 61 | 66 |
| Binary | 11000011 | 10001010 | 1010000 | 0 | 11101 | 111011 | 11000 | 11110 | 110001 | 110110 |
Color Harmonies of #C38A50
Complementary color
Monochromatic Colors of #C38A50
Black with #C38A50
Text Example
Text Example
White with #C38A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A50; }
p { color: rgb(195,138,80); }
H1.HeaderClassName
{
color: #C38A50;
}
.AnyTagClassName
{
color: #C38A50;
}
</style>
background-color css
<style>
a { background-color: #C38A50; }
a { background-color: rgb(195,138,80); }
div.DivClassName
{
background-color: #C38A50;
}
.BgClassName
{
background-color: #C38A50;
}
</style>
border-color css
<style>
span { border-color: #C38A50; }
span { border-color: rgb(195,138,80); }
td.TdClassName
{
border-color: #C38A50;
}
.TagClassName
{
border-color: #C38A50;
}
</style>