Shades of Brown Bramble #533821
Tints of Brown Bramble #533821
RGB
CMYK
RGB Variations
Color information
#533821 (or 0x533821) is known color: Brown Bramble. HEX triplet: 53, 38 and 21. RGB value is (83,56,33). Sum of RGB (Red+Green+Blue) = 83+56+33=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #533821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533821 is #ACC7DE. Grayscale: #3D3D3D. Windows color (decimal): -11323359 or 2177107. OLE color: 2177107.
HSL color Cylindrical-coordinate representation of color #533821: hue angle of 27.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #533821 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 33 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.67 |
| HSL | 27.6º | 0.43% | 0.23% | - |
| HSV(B) | 27.6º | 0.6% | 0.33% | - |
| XYZ | 5.26 | 4.78 | 2.08 | - |
| YUV | 61.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 33 | 0 | 0.33 | 0.60 | 0.67 | 27.6 | 0.43 | 0.23 |
| Hex | 53 | 38 | 21 | 0 | 21 | 3C | 43 | 1C | 2B | 17 |
| Octal | 123 | 70 | 41 | 0 | 41 | 74 | 103 | 34 | 53 | 27 |
| Binary | 1010011 | 111000 | 100001 | 0 | 100001 | 111100 | 1000011 | 11100 | 101011 | 10111 |
Color Harmonies of #533821
Complementary color
Monochromatic Colors of #533821
Black with #533821
Text Example
Text Example
White with #533821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533821; }
p { color: rgb(83,56,33); }
H1.HeaderClassName
{
color: #533821;
}
.AnyTagClassName
{
color: #533821;
}
</style>
background-color css
<style>
a { background-color: #533821; }
a { background-color: rgb(83,56,33); }
div.DivClassName
{
background-color: #533821;
}
.BgClassName
{
background-color: #533821;
}
</style>
border-color css
<style>
span { border-color: #533821; }
span { border-color: rgb(83,56,33); }
td.TdClassName
{
border-color: #533821;
}
.TagClassName
{
border-color: #533821;
}
</style>