Shades of Brown Bramble #532F17
Tints of Brown Bramble #532F17
RGB
CMYK
RGB Variations
Color information
#532F17 (or 0x532F17) is known color: Brown Bramble. HEX triplet: 53, 2F and 17. RGB value is (83,47,23). Sum of RGB (Red+Green+Blue) = 83+47+23=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #532F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532F17 is #ACD0E8. Grayscale: #373737. Windows color (decimal): -11325673 or 1519443. OLE color: 1519443.
HSL color Cylindrical-coordinate representation of color #532F17: hue angle of 24º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532F17 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 23 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.67 |
| HSL | 24º | 0.57% | 0.21% | - |
| HSV(B) | 24º | 0.72% | 0.33% | - |
| XYZ | 4.74 | 3.93 | 1.32 | - |
| YUV | 55.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 23 | 0 | 0.43 | 0.72 | 0.67 | 24 | 0.57 | 0.21 |
| Hex | 53 | 2F | 17 | 0 | 2B | 48 | 43 | 18 | 39 | 15 |
| Octal | 123 | 57 | 27 | 0 | 53 | 110 | 103 | 30 | 71 | 25 |
| Binary | 1010011 | 101111 | 10111 | 0 | 101011 | 1001000 | 1000011 | 11000 | 111001 | 10101 |
Color Harmonies of #532F17
Complementary color
Monochromatic Colors of #532F17
Black with #532F17
Text Example
Text Example
White with #532F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F17; }
p { color: rgb(83,47,23); }
H1.HeaderClassName
{
color: #532F17;
}
.AnyTagClassName
{
color: #532F17;
}
</style>
background-color css
<style>
a { background-color: #532F17; }
a { background-color: rgb(83,47,23); }
div.DivClassName
{
background-color: #532F17;
}
.BgClassName
{
background-color: #532F17;
}
</style>
border-color css
<style>
span { border-color: #532F17; }
span { border-color: rgb(83,47,23); }
td.TdClassName
{
border-color: #532F17;
}
.TagClassName
{
border-color: #532F17;
}
</style>