Shades of Brown Bramble #54331C
Tints of Brown Bramble #54331C
RGB
CMYK
RGB Variations
Color information
#54331C (or 0x54331C) is known color: Brown Bramble. HEX triplet: 54, 33 and 1C. RGB value is (84,51,28). Sum of RGB (Red+Green+Blue) = 84+51+28=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54331C is #ABCCE3. Grayscale: #3A3A3A. Windows color (decimal): -11259108 or 1848148. OLE color: 1848148.
HSL color Cylindrical-coordinate representation of color #54331C: hue angle of 24.64º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54331C is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 28 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.67 |
| HSL | 24.64º | 0.5% | 0.22% | - |
| HSV(B) | 24.64º | 0.67% | 0.33% | - |
| XYZ | 5.05 | 4.34 | 1.67 | - |
| YUV | 58.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 28 | 0 | 0.39 | 0.67 | 0.67 | 24.64 | 0.5 | 0.22 |
| Hex | 54 | 33 | 1C | 0 | 27 | 43 | 43 | 19 | 32 | 16 |
| Octal | 124 | 63 | 34 | 0 | 47 | 103 | 103 | 31 | 62 | 26 |
| Binary | 1010100 | 110011 | 11100 | 0 | 100111 | 1000011 | 1000011 | 11001 | 110010 | 10110 |
Color Harmonies of #54331C
Complementary color
Monochromatic Colors of #54331C
Black with #54331C
Text Example
Text Example
White with #54331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54331C; }
p { color: rgb(84,51,28); }
H1.HeaderClassName
{
color: #54331C;
}
.AnyTagClassName
{
color: #54331C;
}
</style>
background-color css
<style>
a { background-color: #54331C; }
a { background-color: rgb(84,51,28); }
div.DivClassName
{
background-color: #54331C;
}
.BgClassName
{
background-color: #54331C;
}
</style>
border-color css
<style>
span { border-color: #54331C; }
span { border-color: rgb(84,51,28); }
td.TdClassName
{
border-color: #54331C;
}
.TagClassName
{
border-color: #54331C;
}
</style>