Shades of Brown Bramble #532E17
Tints of Brown Bramble #532E17
RGB
CMYK
RGB Variations
Color information
#532E17 (or 0x532E17) is known color: Brown Bramble. HEX triplet: 53, 2E and 17. RGB value is (83,46,23). Sum of RGB (Red+Green+Blue) = 83+46+23=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #532E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E17 is #ACD1E8. Grayscale: #363636. Windows color (decimal): -11325929 or 1519187. OLE color: 1519187.
HSL color Cylindrical-coordinate representation of color #532E17: hue angle of 23º 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 #532E17 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 23 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.67 |
| HSL | 23º | 0.57% | 0.21% | - |
| HSV(B) | 23º | 0.72% | 0.33% | - |
| XYZ | 4.7 | 3.85 | 1.31 | - |
| YUV | 54.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 23 | 0 | 0.45 | 0.72 | 0.67 | 23 | 0.57 | 0.21 |
| Hex | 53 | 2E | 17 | 0 | 2D | 48 | 43 | 17 | 39 | 15 |
| Octal | 123 | 56 | 27 | 0 | 55 | 110 | 103 | 27 | 71 | 25 |
| Binary | 1010011 | 101110 | 10111 | 0 | 101101 | 1001000 | 1000011 | 10111 | 111001 | 10101 |
Color Harmonies of #532E17
Complementary color
Monochromatic Colors of #532E17
Black with #532E17
Text Example
Text Example
White with #532E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E17; }
p { color: rgb(83,46,23); }
H1.HeaderClassName
{
color: #532E17;
}
.AnyTagClassName
{
color: #532E17;
}
</style>
background-color css
<style>
a { background-color: #532E17; }
a { background-color: rgb(83,46,23); }
div.DivClassName
{
background-color: #532E17;
}
.BgClassName
{
background-color: #532E17;
}
</style>
border-color css
<style>
span { border-color: #532E17; }
span { border-color: rgb(83,46,23); }
td.TdClassName
{
border-color: #532E17;
}
.TagClassName
{
border-color: #532E17;
}
</style>