Shades of Carnaby Tan #5A3422
Tints of Carnaby Tan #5A3422
RGB
CMYK
RGB Variations
Color information
#5A3422 (or 0x5A3422) is known color: Carnaby Tan. HEX triplet: 5A, 34 and 22. RGB value is (90,52,34). Sum of RGB (Red+Green+Blue) = 90+52+34=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3422 is #A5CBDD. Grayscale: #3D3D3D. Windows color (decimal): -10865630 or 2241626. OLE color: 2241626.
HSL color Cylindrical-coordinate representation of color #5A3422: hue angle of 19.29º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A3422 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 34 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.65 |
| HSL | 19.29º | 0.45% | 0.24% | - |
| HSV(B) | 19.29º | 0.62% | 0.35% | - |
| XYZ | 5.73 | 4.75 | 2.13 | - |
| YUV | 61.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 34 | 0 | 0.42 | 0.62 | 0.65 | 19.29 | 0.45 | 0.24 |
| Hex | 5A | 34 | 22 | 0 | 2A | 3E | 41 | 13 | 2D | 18 |
| Octal | 132 | 64 | 42 | 0 | 52 | 76 | 101 | 23 | 55 | 30 |
| Binary | 1011010 | 110100 | 100010 | 0 | 101010 | 111110 | 1000001 | 10011 | 101101 | 11000 |
Color Harmonies of #5A3422
Complementary color
Monochromatic Colors of #5A3422
Black with #5A3422
Text Example
Text Example
White with #5A3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3422; }
p { color: rgb(90,52,34); }
H1.HeaderClassName
{
color: #5A3422;
}
.AnyTagClassName
{
color: #5A3422;
}
</style>
background-color css
<style>
a { background-color: #5A3422; }
a { background-color: rgb(90,52,34); }
div.DivClassName
{
background-color: #5A3422;
}
.BgClassName
{
background-color: #5A3422;
}
</style>
border-color css
<style>
span { border-color: #5A3422; }
span { border-color: rgb(90,52,34); }
td.TdClassName
{
border-color: #5A3422;
}
.TagClassName
{
border-color: #5A3422;
}
</style>