Shades of Carnaby Tan #5B3A1F
Tints of Carnaby Tan #5B3A1F
RGB
CMYK
RGB Variations
Color information
#5B3A1F (or 0x5B3A1F) is known color: Carnaby Tan. HEX triplet: 5B, 3A and 1F. RGB value is (91,58,31). Sum of RGB (Red+Green+Blue) = 91+58+31=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3A1F is #A4C5E0. Grayscale: #404040. Windows color (decimal): -10798561 or 2046555. OLE color: 2046555.
HSL color Cylindrical-coordinate representation of color #5B3A1F: hue angle of 27º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B3A1F is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 58 | 31 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.64 |
| HSL | 27º | 0.49% | 0.24% | - |
| HSV(B) | 27º | 0.66% | 0.36% | - |
| XYZ | 6.07 | 5.35 | 2.01 | - |
| YUV | 64.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 31 | 0 | 0.36 | 0.66 | 0.64 | 27 | 0.49 | 0.24 |
| Hex | 5B | 3A | 1F | 0 | 24 | 42 | 40 | 1B | 31 | 18 |
| Octal | 133 | 72 | 37 | 0 | 44 | 102 | 100 | 33 | 61 | 30 |
| Binary | 1011011 | 111010 | 11111 | 0 | 100100 | 1000010 | 1000000 | 11011 | 110001 | 11000 |
Color Harmonies of #5B3A1F
Complementary color
Monochromatic Colors of #5B3A1F
Black with #5B3A1F
Text Example
Text Example
White with #5B3A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A1F; }
p { color: rgb(91,58,31); }
H1.HeaderClassName
{
color: #5B3A1F;
}
.AnyTagClassName
{
color: #5B3A1F;
}
</style>
background-color css
<style>
a { background-color: #5B3A1F; }
a { background-color: rgb(91,58,31); }
div.DivClassName
{
background-color: #5B3A1F;
}
.BgClassName
{
background-color: #5B3A1F;
}
</style>
border-color css
<style>
span { border-color: #5B3A1F; }
span { border-color: rgb(91,58,31); }
td.TdClassName
{
border-color: #5B3A1F;
}
.TagClassName
{
border-color: #5B3A1F;
}
</style>