Shades of Bracken #573D2D
Tints of Bracken #573D2D
RGB
CMYK
RGB Variations
Color information
#573D2D (or 0x573D2D) is known color: Bracken. HEX triplet: 57, 3D and 2D. RGB value is (87,61,45). Sum of RGB (Red+Green+Blue) = 87+61+45=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #573D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D2D is #A8C2D2. Grayscale: #434343. Windows color (decimal): -11059923 or 2964823. OLE color: 2964823.
HSL color Cylindrical-coordinate representation of color #573D2D: hue angle of 22.86º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #573D2D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 45 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.66 |
| HSL | 22.86º | 0.32% | 0.26% | - |
| HSV(B) | 22.86º | 0.48% | 0.34% | - |
| XYZ | 6.07 | 5.55 | 3.23 | - |
| YUV | 66.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 45 | 0 | 0.30 | 0.48 | 0.66 | 22.86 | 0.32 | 0.26 |
| Hex | 57 | 3D | 2D | 0 | 1E | 30 | 42 | 17 | 20 | 1A |
| Octal | 127 | 75 | 55 | 0 | 36 | 60 | 102 | 27 | 40 | 32 |
| Binary | 1010111 | 111101 | 101101 | 0 | 11110 | 110000 | 1000010 | 10111 | 100000 | 11010 |
Color Harmonies of #573D2D
Complementary color
Monochromatic Colors of #573D2D
Black with #573D2D
Text Example
Text Example
White with #573D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D2D; }
p { color: rgb(87,61,45); }
H1.HeaderClassName
{
color: #573D2D;
}
.AnyTagClassName
{
color: #573D2D;
}
</style>
background-color css
<style>
a { background-color: #573D2D; }
a { background-color: rgb(87,61,45); }
div.DivClassName
{
background-color: #573D2D;
}
.BgClassName
{
background-color: #573D2D;
}
</style>
border-color css
<style>
span { border-color: #573D2D; }
span { border-color: rgb(87,61,45); }
td.TdClassName
{
border-color: #573D2D;
}
.TagClassName
{
border-color: #573D2D;
}
</style>