Shades of Carnaby Tan #5E381D
Tints of Carnaby Tan #5E381D
RGB
CMYK
RGB Variations
Color information
#5E381D (or 0x5E381D) is known color: Carnaby Tan. HEX triplet: 5E, 38 and 1D. RGB value is (94,56,29). Sum of RGB (Red+Green+Blue) = 94+56+29=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E381D is #A1C7E2. Grayscale: #404040. Windows color (decimal): -10602467 or 1914974. OLE color: 1914974.
HSL color Cylindrical-coordinate representation of color #5E381D: hue angle of 24.92º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E381D is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 56 | 29 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.63 |
| HSL | 24.92º | 0.53% | 0.24% | - |
| HSV(B) | 24.92º | 0.69% | 0.37% | - |
| XYZ | 6.25 | 5.3 | 1.86 | - |
| YUV | 64.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 29 | 0 | 0.40 | 0.69 | 0.63 | 24.92 | 0.53 | 0.24 |
| Hex | 5E | 38 | 1D | 0 | 28 | 45 | 3F | 19 | 35 | 18 |
| Octal | 136 | 70 | 35 | 0 | 50 | 105 | 77 | 31 | 65 | 30 |
| Binary | 1011110 | 111000 | 11101 | 0 | 101000 | 1000101 | 111111 | 11001 | 110101 | 11000 |
Color Harmonies of #5E381D
Complementary color
Monochromatic Colors of #5E381D
Black with #5E381D
Text Example
Text Example
White with #5E381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E381D; }
p { color: rgb(94,56,29); }
H1.HeaderClassName
{
color: #5E381D;
}
.AnyTagClassName
{
color: #5E381D;
}
</style>
background-color css
<style>
a { background-color: #5E381D; }
a { background-color: rgb(94,56,29); }
div.DivClassName
{
background-color: #5E381D;
}
.BgClassName
{
background-color: #5E381D;
}
</style>
border-color css
<style>
span { border-color: #5E381D; }
span { border-color: rgb(94,56,29); }
td.TdClassName
{
border-color: #5E381D;
}
.TagClassName
{
border-color: #5E381D;
}
</style>