Shades of Brown Bramble #54331A
Tints of Brown Bramble #54331A
RGB
CMYK
RGB Variations
Color information
#54331A (or 0x54331A) is known color: Brown Bramble. HEX triplet: 54, 33 and 1A. RGB value is (84,51,26). Sum of RGB (Red+Green+Blue) = 84+51+26=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54331A is #ABCCE5. Grayscale: #3A3A3A. Windows color (decimal): -11259110 or 1717076. OLE color: 1717076.
HSL color Cylindrical-coordinate representation of color #54331A: hue angle of 25.86º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54331A is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 26 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.67 |
| HSL | 25.86º | 0.53% | 0.22% | - |
| HSV(B) | 25.86º | 0.69% | 0.33% | - |
| XYZ | 5.03 | 4.33 | 1.55 | - |
| YUV | 58.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 26 | 0 | 0.39 | 0.69 | 0.67 | 25.86 | 0.53 | 0.22 |
| Hex | 54 | 33 | 1A | 0 | 27 | 45 | 43 | 1A | 35 | 16 |
| Octal | 124 | 63 | 32 | 0 | 47 | 105 | 103 | 32 | 65 | 26 |
| Binary | 1010100 | 110011 | 11010 | 0 | 100111 | 1000101 | 1000011 | 11010 | 110101 | 10110 |
Color Harmonies of #54331A
Complementary color
Monochromatic Colors of #54331A
Black with #54331A
Text Example
Text Example
White with #54331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54331A; }
p { color: rgb(84,51,26); }
H1.HeaderClassName
{
color: #54331A;
}
.AnyTagClassName
{
color: #54331A;
}
</style>
background-color css
<style>
a { background-color: #54331A; }
a { background-color: rgb(84,51,26); }
div.DivClassName
{
background-color: #54331A;
}
.BgClassName
{
background-color: #54331A;
}
</style>
border-color css
<style>
span { border-color: #54331A; }
span { border-color: rgb(84,51,26); }
td.TdClassName
{
border-color: #54331A;
}
.TagClassName
{
border-color: #54331A;
}
</style>