Shades of Brown Bramble #53381B
Tints of Brown Bramble #53381B
RGB
CMYK
RGB Variations
Color information
#53381B (or 0x53381B) is known color: Brown Bramble. HEX triplet: 53, 38 and 1B. RGB value is (83,56,27). Sum of RGB (Red+Green+Blue) = 83+56+27=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53381B is #ACC7E4. Grayscale: #3C3C3C. Windows color (decimal): -11323365 or 1783891. OLE color: 1783891.
HSL color Cylindrical-coordinate representation of color #53381B: hue angle of 31.07º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53381B is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 27 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.67 |
| HSL | 31.07º | 0.51% | 0.22% | - |
| HSV(B) | 31.07º | 0.67% | 0.33% | - |
| XYZ | 5.18 | 4.75 | 1.68 | - |
| YUV | 60.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 27 | 0 | 0.33 | 0.67 | 0.67 | 31.07 | 0.51 | 0.22 |
| Hex | 53 | 38 | 1B | 0 | 21 | 43 | 43 | 1F | 33 | 16 |
| Octal | 123 | 70 | 33 | 0 | 41 | 103 | 103 | 37 | 63 | 26 |
| Binary | 1010011 | 111000 | 11011 | 0 | 100001 | 1000011 | 1000011 | 11111 | 110011 | 10110 |
Color Harmonies of #53381B
Complementary color
Monochromatic Colors of #53381B
Black with #53381B
Text Example
Text Example
White with #53381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53381B; }
p { color: rgb(83,56,27); }
H1.HeaderClassName
{
color: #53381B;
}
.AnyTagClassName
{
color: #53381B;
}
</style>
background-color css
<style>
a { background-color: #53381B; }
a { background-color: rgb(83,56,27); }
div.DivClassName
{
background-color: #53381B;
}
.BgClassName
{
background-color: #53381B;
}
</style>
border-color css
<style>
span { border-color: #53381B; }
span { border-color: rgb(83,56,27); }
td.TdClassName
{
border-color: #53381B;
}
.TagClassName
{
border-color: #53381B;
}
</style>