Shades of Brown Bramble #533822
Tints of Brown Bramble #533822
RGB
CMYK
RGB Variations
Color information
#533822 (or 0x533822) is known color: Brown Bramble. HEX triplet: 53, 38 and 22. RGB value is (83,56,34). Sum of RGB (Red+Green+Blue) = 83+56+34=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #533822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533822 is #ACC7DD. Grayscale: #3D3D3D. Windows color (decimal): -11323358 or 2242643. OLE color: 2242643.
HSL color Cylindrical-coordinate representation of color #533822: hue angle of 26.94º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #533822 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 34 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.67 |
| HSL | 26.94º | 0.42% | 0.23% | - |
| HSV(B) | 26.94º | 0.59% | 0.33% | - |
| XYZ | 5.27 | 4.78 | 2.16 | - |
| YUV | 61.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 34 | 0 | 0.33 | 0.59 | 0.67 | 26.94 | 0.42 | 0.23 |
| Hex | 53 | 38 | 22 | 0 | 21 | 3B | 43 | 1B | 2A | 17 |
| Octal | 123 | 70 | 42 | 0 | 41 | 73 | 103 | 33 | 52 | 27 |
| Binary | 1010011 | 111000 | 100010 | 0 | 100001 | 111011 | 1000011 | 11011 | 101010 | 10111 |
Color Harmonies of #533822
Complementary color
Monochromatic Colors of #533822
Black with #533822
Text Example
Text Example
White with #533822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533822; }
p { color: rgb(83,56,34); }
H1.HeaderClassName
{
color: #533822;
}
.AnyTagClassName
{
color: #533822;
}
</style>
background-color css
<style>
a { background-color: #533822; }
a { background-color: rgb(83,56,34); }
div.DivClassName
{
background-color: #533822;
}
.BgClassName
{
background-color: #533822;
}
</style>
border-color css
<style>
span { border-color: #533822; }
span { border-color: rgb(83,56,34); }
td.TdClassName
{
border-color: #533822;
}
.TagClassName
{
border-color: #533822;
}
</style>