Shades of Brown Bramble #533422
Tints of Brown Bramble #533422
RGB
CMYK
RGB Variations
Color information
#533422 (or 0x533422) is known color: Brown Bramble. HEX triplet: 53, 34 and 22. RGB value is (83,52,34). Sum of RGB (Red+Green+Blue) = 83+52+34=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #533422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533422 is #ACCBDD. Grayscale: #3B3B3B. Windows color (decimal): -11324382 or 2241619. OLE color: 2241619.
HSL color Cylindrical-coordinate representation of color #533422: hue angle of 22.04º 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 #533422 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 34 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.67 |
| HSL | 22.04º | 0.42% | 0.23% | - |
| HSV(B) | 22.04º | 0.59% | 0.33% | - |
| XYZ | 5.08 | 4.41 | 2.1 | - |
| YUV | 59.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 34 | 0 | 0.37 | 0.59 | 0.67 | 22.04 | 0.42 | 0.23 |
| Hex | 53 | 34 | 22 | 0 | 25 | 3B | 43 | 16 | 2A | 17 |
| Octal | 123 | 64 | 42 | 0 | 45 | 73 | 103 | 26 | 52 | 27 |
| Binary | 1010011 | 110100 | 100010 | 0 | 100101 | 111011 | 1000011 | 10110 | 101010 | 10111 |
Color Harmonies of #533422
Complementary color
Monochromatic Colors of #533422
Black with #533422
Text Example
Text Example
White with #533422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533422; }
p { color: rgb(83,52,34); }
H1.HeaderClassName
{
color: #533422;
}
.AnyTagClassName
{
color: #533422;
}
</style>
background-color css
<style>
a { background-color: #533422; }
a { background-color: rgb(83,52,34); }
div.DivClassName
{
background-color: #533422;
}
.BgClassName
{
background-color: #533422;
}
</style>
border-color css
<style>
span { border-color: #533422; }
span { border-color: rgb(83,52,34); }
td.TdClassName
{
border-color: #533422;
}
.TagClassName
{
border-color: #533422;
}
</style>