Shades of Brown Bramble #53341F
Tints of Brown Bramble #53341F
RGB
CMYK
RGB Variations
Color information
#53341F (or 0x53341F) is known color: Brown Bramble. HEX triplet: 53, 34 and 1F. RGB value is (83,52,31). Sum of RGB (Red+Green+Blue) = 83+52+31=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53341F is #ACCBE0. Grayscale: #3A3A3A. Windows color (decimal): -11324385 or 2045011. OLE color: 2045011.
HSL color Cylindrical-coordinate representation of color #53341F: hue angle of 24.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53341F is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 31 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.67 |
| HSL | 24.23º | 0.46% | 0.22% | - |
| HSV(B) | 24.23º | 0.63% | 0.33% | - |
| XYZ | 5.04 | 4.39 | 1.88 | - |
| YUV | 58.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 31 | 0 | 0.37 | 0.63 | 0.67 | 24.23 | 0.46 | 0.22 |
| Hex | 53 | 34 | 1F | 0 | 25 | 3F | 43 | 18 | 2E | 16 |
| Octal | 123 | 64 | 37 | 0 | 45 | 77 | 103 | 30 | 56 | 26 |
| Binary | 1010011 | 110100 | 11111 | 0 | 100101 | 111111 | 1000011 | 11000 | 101110 | 10110 |
Color Harmonies of #53341F
Complementary color
Monochromatic Colors of #53341F
Black with #53341F
Text Example
Text Example
White with #53341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53341F; }
p { color: rgb(83,52,31); }
H1.HeaderClassName
{
color: #53341F;
}
.AnyTagClassName
{
color: #53341F;
}
</style>
background-color css
<style>
a { background-color: #53341F; }
a { background-color: rgb(83,52,31); }
div.DivClassName
{
background-color: #53341F;
}
.BgClassName
{
background-color: #53341F;
}
</style>
border-color css
<style>
span { border-color: #53341F; }
span { border-color: rgb(83,52,31); }
td.TdClassName
{
border-color: #53341F;
}
.TagClassName
{
border-color: #53341F;
}
</style>