Shades of Carnaby Tan #54392A
Tints of Carnaby Tan #54392A
RGB
CMYK
RGB Variations
Color information
#54392A (or 0x54392A) is known color: Carnaby Tan. HEX triplet: 54, 39 and 2A. RGB value is (84,57,42). Sum of RGB (Red+Green+Blue) = 84+57+42=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54392A is #ABC6D5. Grayscale: #3F3F3F. Windows color (decimal): -11257558 or 2767188. OLE color: 2767188.
HSL color Cylindrical-coordinate representation of color #54392A: hue angle of 21.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54392A is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 42 | - |
| CMYK | 0 | 0.32 | 0.5 | 0.67 |
| HSL | 21.43º | 0.33% | 0.25% | - |
| HSV(B) | 21.43º | 0.5% | 0.33% | - |
| XYZ | 5.54 | 4.98 | 2.86 | - |
| YUV | 63.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 42 | 0 | 0.32 | 0.5 | 0.67 | 21.43 | 0.33 | 0.25 |
| Hex | 54 | 39 | 2A | 0 | 20 | 32 | 43 | 15 | 21 | 19 |
| Octal | 124 | 71 | 52 | 0 | 40 | 62 | 103 | 25 | 41 | 31 |
| Binary | 1010100 | 111001 | 101010 | 0 | 100000 | 110010 | 1000011 | 10101 | 100001 | 11001 |
Color Harmonies of #54392A
Complementary color
Monochromatic Colors of #54392A
Black with #54392A
Text Example
Text Example
White with #54392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54392A; }
p { color: rgb(84,57,42); }
H1.HeaderClassName
{
color: #54392A;
}
.AnyTagClassName
{
color: #54392A;
}
</style>
background-color css
<style>
a { background-color: #54392A; }
a { background-color: rgb(84,57,42); }
div.DivClassName
{
background-color: #54392A;
}
.BgClassName
{
background-color: #54392A;
}
</style>
border-color css
<style>
span { border-color: #54392A; }
span { border-color: rgb(84,57,42); }
td.TdClassName
{
border-color: #54392A;
}
.TagClassName
{
border-color: #54392A;
}
</style>