Shades of Dark Brown #5C431F
Tints of Dark Brown #5C431F
RGB
CMYK
RGB Variations
Color information
#5C431F (or 0x5C431F) is known color: Dark Brown. HEX triplet: 5C, 43 and 1F. RGB value is (92,67,31). Sum of RGB (Red+Green+Blue) = 92+67+31=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 92 - color contains mainly: red. Hex color #5C431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C431F is #A3BCE0. Grayscale: #464646. Windows color (decimal): -10730721 or 2048860. OLE color: 2048860.
HSL color Cylindrical-coordinate representation of color #5C431F: hue angle of 35.41º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C431F is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 31 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.64 |
| HSL | 35.41º | 0.5% | 0.24% | - |
| HSV(B) | 35.41º | 0.66% | 0.36% | - |
| XYZ | 6.67 | 6.39 | 2.18 | - |
| YUV | 70.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 31 | 0 | 0.27 | 0.66 | 0.64 | 35.41 | 0.5 | 0.24 |
| Hex | 5C | 43 | 1F | 0 | 1B | 42 | 40 | 23 | 32 | 18 |
| Octal | 134 | 103 | 37 | 0 | 33 | 102 | 100 | 43 | 62 | 30 |
| Binary | 1011100 | 1000011 | 11111 | 0 | 11011 | 1000010 | 1000000 | 100011 | 110010 | 11000 |
Color Harmonies of #5C431F
Complementary color
Monochromatic Colors of #5C431F
Black with #5C431F
Text Example
Text Example
White with #5C431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C431F; }
p { color: rgb(92,67,31); }
H1.HeaderClassName
{
color: #5C431F;
}
.AnyTagClassName
{
color: #5C431F;
}
</style>
background-color css
<style>
a { background-color: #5C431F; }
a { background-color: rgb(92,67,31); }
div.DivClassName
{
background-color: #5C431F;
}
.BgClassName
{
background-color: #5C431F;
}
</style>
border-color css
<style>
span { border-color: #5C431F; }
span { border-color: rgb(92,67,31); }
td.TdClassName
{
border-color: #5C431F;
}
.TagClassName
{
border-color: #5C431F;
}
</style>