Shades of Carnaby Tan #5C3726
Tints of Carnaby Tan #5C3726
RGB
CMYK
RGB Variations
Color information
#5C3726 (or 0x5C3726) is known color: Carnaby Tan. HEX triplet: 5C, 37 and 26. RGB value is (92,55,38). Sum of RGB (Red+Green+Blue) = 92+55+38=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3726 is #A3C8D9. Grayscale: #404040. Windows color (decimal): -10733786 or 2504540. OLE color: 2504540.
HSL color Cylindrical-coordinate representation of color #5C3726: hue angle of 18.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C3726 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 55 | 38 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.64 |
| HSL | 18.89º | 0.42% | 0.25% | - |
| HSV(B) | 18.89º | 0.59% | 0.36% | - |
| XYZ | 6.13 | 5.15 | 2.5 | - |
| YUV | 64.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 38 | 0 | 0.40 | 0.59 | 0.64 | 18.89 | 0.42 | 0.25 |
| Hex | 5C | 37 | 26 | 0 | 28 | 3B | 40 | 13 | 2A | 19 |
| Octal | 134 | 67 | 46 | 0 | 50 | 73 | 100 | 23 | 52 | 31 |
| Binary | 1011100 | 110111 | 100110 | 0 | 101000 | 111011 | 1000000 | 10011 | 101010 | 11001 |
Color Harmonies of #5C3726
Complementary color
Monochromatic Colors of #5C3726
Black with #5C3726
Text Example
Text Example
White with #5C3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3726; }
p { color: rgb(92,55,38); }
H1.HeaderClassName
{
color: #5C3726;
}
.AnyTagClassName
{
color: #5C3726;
}
</style>
background-color css
<style>
a { background-color: #5C3726; }
a { background-color: rgb(92,55,38); }
div.DivClassName
{
background-color: #5C3726;
}
.BgClassName
{
background-color: #5C3726;
}
</style>
border-color css
<style>
span { border-color: #5C3726; }
span { border-color: rgb(92,55,38); }
td.TdClassName
{
border-color: #5C3726;
}
.TagClassName
{
border-color: #5C3726;
}
</style>