Shades of Carnaby Tan #53392A
Tints of Carnaby Tan #53392A
RGB
CMYK
RGB Variations
Color information
#53392A (or 0x53392A) is known color: Carnaby Tan. HEX triplet: 53, 39 and 2A. RGB value is (83,57,42). Sum of RGB (Red+Green+Blue) = 83+57+42=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53392A is #ACC6D5. Grayscale: #3F3F3F. Windows color (decimal): -11323094 or 2767187. OLE color: 2767187.
HSL color Cylindrical-coordinate representation of color #53392A: hue angle of 21.95º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53392A is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 57 | 42 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.67 |
| HSL | 21.95º | 0.33% | 0.25% | - |
| HSV(B) | 21.95º | 0.49% | 0.33% | - |
| XYZ | 5.45 | 4.93 | 2.86 | - |
| YUV | 63.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 42 | 0 | 0.31 | 0.49 | 0.67 | 21.95 | 0.33 | 0.25 |
| Hex | 53 | 39 | 2A | 0 | 1F | 31 | 43 | 16 | 21 | 19 |
| Octal | 123 | 71 | 52 | 0 | 37 | 61 | 103 | 26 | 41 | 31 |
| Binary | 1010011 | 111001 | 101010 | 0 | 11111 | 110001 | 1000011 | 10110 | 100001 | 11001 |
Color Harmonies of #53392A
Complementary color
Monochromatic Colors of #53392A
Black with #53392A
Text Example
Text Example
White with #53392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53392A; }
p { color: rgb(83,57,42); }
H1.HeaderClassName
{
color: #53392A;
}
.AnyTagClassName
{
color: #53392A;
}
</style>
background-color css
<style>
a { background-color: #53392A; }
a { background-color: rgb(83,57,42); }
div.DivClassName
{
background-color: #53392A;
}
.BgClassName
{
background-color: #53392A;
}
</style>
border-color css
<style>
span { border-color: #53392A; }
span { border-color: rgb(83,57,42); }
td.TdClassName
{
border-color: #53392A;
}
.TagClassName
{
border-color: #53392A;
}
</style>