Shades of Very Dark Brown #5C453D
Tints of Very Dark Brown #5C453D
RGB
CMYK
RGB Variations
Color information
#5C453D (or 0x5C453D) is known color: Very Dark Brown. HEX triplet: 5C, 45 and 3D. RGB value is (92,69,61). Sum of RGB (Red+Green+Blue) = 92+69+61=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 92 - color contains mainly: red. Hex color #5C453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C453D is #A3BAC2. Grayscale: #4B4B4B. Windows color (decimal): -10730179 or 4015452. OLE color: 4015452.
HSL color Cylindrical-coordinate representation of color #5C453D: hue angle of 15.48º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C453D is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 69 | 61 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.64 |
| HSL | 15.48º | 0.2% | 0.3% | - |
| HSV(B) | 15.48º | 0.34% | 0.36% | - |
| XYZ | 7.38 | 6.87 | 5.35 | - |
| YUV | 74.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 61 | 0 | 0.25 | 0.34 | 0.64 | 15.48 | 0.2 | 0.3 |
| Hex | 5C | 45 | 3D | 0 | 19 | 22 | 40 | F | 14 | 1E |
| Octal | 134 | 105 | 75 | 0 | 31 | 42 | 100 | 17 | 24 | 36 |
| Binary | 1011100 | 1000101 | 111101 | 0 | 11001 | 100010 | 1000000 | 1111 | 10100 | 11110 |
Color Harmonies of #5C453D
Complementary color
Monochromatic Colors of #5C453D
Black with #5C453D
Text Example
Text Example
White with #5C453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C453D; }
p { color: rgb(92,69,61); }
H1.HeaderClassName
{
color: #5C453D;
}
.AnyTagClassName
{
color: #5C453D;
}
</style>
background-color css
<style>
a { background-color: #5C453D; }
a { background-color: rgb(92,69,61); }
div.DivClassName
{
background-color: #5C453D;
}
.BgClassName
{
background-color: #5C453D;
}
</style>
border-color css
<style>
span { border-color: #5C453D; }
span { border-color: rgb(92,69,61); }
td.TdClassName
{
border-color: #5C453D;
}
.TagClassName
{
border-color: #5C453D;
}
</style>