Shades of Carnaby Tan #5C3725
Tints of Carnaby Tan #5C3725
RGB
CMYK
RGB Variations
Color information
#5C3725 (or 0x5C3725) is known color: Carnaby Tan. HEX triplet: 5C, 37 and 25. RGB value is (92,55,37). Sum of RGB (Red+Green+Blue) = 92+55+37=184 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3725 is #A3C8DA. Grayscale: #404040. Windows color (decimal): -10733787 or 2439004. OLE color: 2439004.
HSL color Cylindrical-coordinate representation of color #5C3725: hue angle of 19.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C3725 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 55 | 37 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.64 |
| HSL | 19.64º | 0.43% | 0.25% | - |
| HSV(B) | 19.64º | 0.6% | 0.36% | - |
| XYZ | 6.11 | 5.14 | 2.42 | - |
| YUV | 64.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 37 | 0 | 0.40 | 0.60 | 0.64 | 19.64 | 0.43 | 0.25 |
| Hex | 5C | 37 | 25 | 0 | 28 | 3C | 40 | 14 | 2B | 19 |
| Octal | 134 | 67 | 45 | 0 | 50 | 74 | 100 | 24 | 53 | 31 |
| Binary | 1011100 | 110111 | 100101 | 0 | 101000 | 111100 | 1000000 | 10100 | 101011 | 11001 |
Color Harmonies of #5C3725
Complementary color
Monochromatic Colors of #5C3725
Black with #5C3725
Text Example
Text Example
White with #5C3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3725; }
p { color: rgb(92,55,37); }
H1.HeaderClassName
{
color: #5C3725;
}
.AnyTagClassName
{
color: #5C3725;
}
</style>
background-color css
<style>
a { background-color: #5C3725; }
a { background-color: rgb(92,55,37); }
div.DivClassName
{
background-color: #5C3725;
}
.BgClassName
{
background-color: #5C3725;
}
</style>
border-color css
<style>
span { border-color: #5C3725; }
span { border-color: rgb(92,55,37); }
td.TdClassName
{
border-color: #5C3725;
}
.TagClassName
{
border-color: #5C3725;
}
</style>