Shades of Brown Bramble #533A1C
Tints of Brown Bramble #533A1C
RGB
CMYK
RGB Variations
Color information
#533A1C (or 0x533A1C) is known color: Brown Bramble. HEX triplet: 53, 3A and 1C. RGB value is (83,58,28). Sum of RGB (Red+Green+Blue) = 83+58+28=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #533A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A1C is #ACC5E3. Grayscale: #3E3E3E. Windows color (decimal): -11322852 or 1849939. OLE color: 1849939.
HSL color Cylindrical-coordinate representation of color #533A1C: hue angle of 32.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533A1C is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 28 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.67 |
| HSL | 32.73º | 0.5% | 0.22% | - |
| HSV(B) | 32.73º | 0.66% | 0.33% | - |
| XYZ | 5.29 | 4.95 | 1.78 | - |
| YUV | 62.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 28 | 0 | 0.30 | 0.66 | 0.67 | 32.73 | 0.5 | 0.22 |
| Hex | 53 | 3A | 1C | 0 | 1E | 42 | 43 | 21 | 32 | 16 |
| Octal | 123 | 72 | 34 | 0 | 36 | 102 | 103 | 41 | 62 | 26 |
| Binary | 1010011 | 111010 | 11100 | 0 | 11110 | 1000010 | 1000011 | 100001 | 110010 | 10110 |
Color Harmonies of #533A1C
Complementary color
Monochromatic Colors of #533A1C
Black with #533A1C
Text Example
Text Example
White with #533A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A1C; }
p { color: rgb(83,58,28); }
H1.HeaderClassName
{
color: #533A1C;
}
.AnyTagClassName
{
color: #533A1C;
}
</style>
background-color css
<style>
a { background-color: #533A1C; }
a { background-color: rgb(83,58,28); }
div.DivClassName
{
background-color: #533A1C;
}
.BgClassName
{
background-color: #533A1C;
}
</style>
border-color css
<style>
span { border-color: #533A1C; }
span { border-color: rgb(83,58,28); }
td.TdClassName
{
border-color: #533A1C;
}
.TagClassName
{
border-color: #533A1C;
}
</style>