Shades of Carnaby Tan #54382A
Tints of Carnaby Tan #54382A
RGB
CMYK
RGB Variations
Color information
#54382A (or 0x54382A) is known color: Carnaby Tan. HEX triplet: 54, 38 and 2A. RGB value is (84,56,42). Sum of RGB (Red+Green+Blue) = 84+56+42=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54382A is #ABC7D5. Grayscale: #3E3E3E. Windows color (decimal): -11257814 or 2766932. OLE color: 2766932.
HSL color Cylindrical-coordinate representation of color #54382A: hue angle of 20º 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 #54382A is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 56 | 42 | - |
| CMYK | 0 | 0.33 | 0.5 | 0.67 |
| HSL | 20º | 0.33% | 0.25% | - |
| HSV(B) | 20º | 0.5% | 0.33% | - |
| XYZ | 5.49 | 4.88 | 2.84 | - |
| YUV | 62.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 42 | 0 | 0.33 | 0.5 | 0.67 | 20 | 0.33 | 0.25 |
| Hex | 54 | 38 | 2A | 0 | 21 | 32 | 43 | 14 | 21 | 19 |
| Octal | 124 | 70 | 52 | 0 | 41 | 62 | 103 | 24 | 41 | 31 |
| Binary | 1010100 | 111000 | 101010 | 0 | 100001 | 110010 | 1000011 | 10100 | 100001 | 11001 |
Color Harmonies of #54382A
Complementary color
Monochromatic Colors of #54382A
Black with #54382A
Text Example
Text Example
White with #54382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54382A; }
p { color: rgb(84,56,42); }
H1.HeaderClassName
{
color: #54382A;
}
.AnyTagClassName
{
color: #54382A;
}
</style>
background-color css
<style>
a { background-color: #54382A; }
a { background-color: rgb(84,56,42); }
div.DivClassName
{
background-color: #54382A;
}
.BgClassName
{
background-color: #54382A;
}
</style>
border-color css
<style>
span { border-color: #54382A; }
span { border-color: rgb(84,56,42); }
td.TdClassName
{
border-color: #54382A;
}
.TagClassName
{
border-color: #54382A;
}
</style>