Shades of Bracken #533D2D
Tints of Bracken #533D2D
RGB
CMYK
RGB Variations
Color information
#533D2D (or 0x533D2D) is known color: Bracken. HEX triplet: 53, 3D and 2D. RGB value is (83,61,45). Sum of RGB (Red+Green+Blue) = 83+61+45=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D2D is #ACC2D2. Grayscale: #414141. Windows color (decimal): -11322067 or 2964819. OLE color: 2964819.
HSL color Cylindrical-coordinate representation of color #533D2D: hue angle of 25.26º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #533D2D is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 45 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.67 |
| HSL | 25.26º | 0.3% | 0.25% | - |
| HSV(B) | 25.26º | 0.46% | 0.33% | - |
| XYZ | 5.71 | 5.37 | 3.22 | - |
| YUV | 65.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 45 | 0 | 0.27 | 0.46 | 0.67 | 25.26 | 0.3 | 0.25 |
| Hex | 53 | 3D | 2D | 0 | 1B | 2E | 43 | 19 | 1E | 19 |
| Octal | 123 | 75 | 55 | 0 | 33 | 56 | 103 | 31 | 36 | 31 |
| Binary | 1010011 | 111101 | 101101 | 0 | 11011 | 101110 | 1000011 | 11001 | 11110 | 11001 |
Color Harmonies of #533D2D
Complementary color
Monochromatic Colors of #533D2D
Black with #533D2D
Text Example
Text Example
White with #533D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D2D; }
p { color: rgb(83,61,45); }
H1.HeaderClassName
{
color: #533D2D;
}
.AnyTagClassName
{
color: #533D2D;
}
</style>
background-color css
<style>
a { background-color: #533D2D; }
a { background-color: rgb(83,61,45); }
div.DivClassName
{
background-color: #533D2D;
}
.BgClassName
{
background-color: #533D2D;
}
</style>
border-color css
<style>
span { border-color: #533D2D; }
span { border-color: rgb(83,61,45); }
td.TdClassName
{
border-color: #533D2D;
}
.TagClassName
{
border-color: #533D2D;
}
</style>