Shades of Brown Bramble #54381F
Tints of Brown Bramble #54381F
RGB
CMYK
RGB Variations
Color information
#54381F (or 0x54381F) is known color: Brown Bramble. HEX triplet: 54, 38 and 1F. RGB value is (84,56,31). Sum of RGB (Red+Green+Blue) = 84+56+31=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #54381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54381F is #ABC7E0. Grayscale: #3D3D3D. Windows color (decimal): -11257825 or 2046036. OLE color: 2046036.
HSL color Cylindrical-coordinate representation of color #54381F: hue angle of 28.3º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54381F is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 56 | 31 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.67 |
| HSL | 28.3º | 0.46% | 0.23% | - |
| HSV(B) | 28.3º | 0.63% | 0.33% | - |
| XYZ | 5.32 | 4.81 | 1.94 | - |
| YUV | 61.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 31 | 0 | 0.33 | 0.63 | 0.67 | 28.3 | 0.46 | 0.23 |
| Hex | 54 | 38 | 1F | 0 | 21 | 3F | 43 | 1C | 2E | 17 |
| Octal | 124 | 70 | 37 | 0 | 41 | 77 | 103 | 34 | 56 | 27 |
| Binary | 1010100 | 111000 | 11111 | 0 | 100001 | 111111 | 1000011 | 11100 | 101110 | 10111 |
Color Harmonies of #54381F
Complementary color
Monochromatic Colors of #54381F
Black with #54381F
Text Example
Text Example
White with #54381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54381F; }
p { color: rgb(84,56,31); }
H1.HeaderClassName
{
color: #54381F;
}
.AnyTagClassName
{
color: #54381F;
}
</style>
background-color css
<style>
a { background-color: #54381F; }
a { background-color: rgb(84,56,31); }
div.DivClassName
{
background-color: #54381F;
}
.BgClassName
{
background-color: #54381F;
}
</style>
border-color css
<style>
span { border-color: #54381F; }
span { border-color: rgb(84,56,31); }
td.TdClassName
{
border-color: #54381F;
}
.TagClassName
{
border-color: #54381F;
}
</style>