Shades of Very Dark Brown #5C453F
Tints of Very Dark Brown #5C453F
RGB
CMYK
RGB Variations
Color information
#5C453F (or 0x5C453F) is known color: Very Dark Brown. HEX triplet: 5C, 45 and 3F. RGB value is (92,69,63). Sum of RGB (Red+Green+Blue) = 92+69+63=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 92 - color contains mainly: red. Hex color #5C453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C453F is #A3BAC0. Grayscale: #4B4B4B. Windows color (decimal): -10730177 or 4146524. OLE color: 4146524.
HSL color Cylindrical-coordinate representation of color #5C453F: hue angle of 12.41º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C453F is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 69 | 63 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.64 |
| HSL | 12.41º | 0.19% | 0.3% | - |
| HSV(B) | 12.41º | 0.32% | 0.36% | - |
| XYZ | 7.44 | 6.89 | 5.64 | - |
| YUV | 75.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 63 | 0 | 0.25 | 0.32 | 0.64 | 12.41 | 0.19 | 0.3 |
| Hex | 5C | 45 | 3F | 0 | 19 | 20 | 40 | C | 13 | 1E |
| Octal | 134 | 105 | 77 | 0 | 31 | 40 | 100 | 14 | 23 | 36 |
| Binary | 1011100 | 1000101 | 111111 | 0 | 11001 | 100000 | 1000000 | 1100 | 10011 | 11110 |
Color Harmonies of #5C453F
Complementary color
Monochromatic Colors of #5C453F
Black with #5C453F
Text Example
Text Example
White with #5C453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C453F; }
p { color: rgb(92,69,63); }
H1.HeaderClassName
{
color: #5C453F;
}
.AnyTagClassName
{
color: #5C453F;
}
</style>
background-color css
<style>
a { background-color: #5C453F; }
a { background-color: rgb(92,69,63); }
div.DivClassName
{
background-color: #5C453F;
}
.BgClassName
{
background-color: #5C453F;
}
</style>
border-color css
<style>
span { border-color: #5C453F; }
span { border-color: rgb(92,69,63); }
td.TdClassName
{
border-color: #5C453F;
}
.TagClassName
{
border-color: #5C453F;
}
</style>