Shades of Congo Brown #65473E
Tints of Congo Brown #65473E
RGB
CMYK
RGB Variations
Color information
#65473E (or 0x65473E) is known color: Congo Brown. HEX triplet: 65, 47 and 3E. RGB value is (101,71,62). Sum of RGB (Red+Green+Blue) = 101+71+62=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #65473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65473E is #9AB8C1. Grayscale: #4F4F4F. Windows color (decimal): -10139842 or 4081509. OLE color: 4081509.
HSL color Cylindrical-coordinate representation of color #65473E: hue angle of 13.85º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65473E is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 71 | 62 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.60 |
| HSL | 13.85º | 0.24% | 0.32% | - |
| HSV(B) | 13.85º | 0.39% | 0.4% | - |
| XYZ | 8.49 | 7.62 | 5.58 | - |
| YUV | 78.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 62 | 0 | 0.30 | 0.39 | 0.60 | 13.85 | 0.24 | 0.32 |
| Hex | 65 | 47 | 3E | 0 | 1E | 27 | 3C | E | 18 | 20 |
| Octal | 145 | 107 | 76 | 0 | 36 | 47 | 74 | 16 | 30 | 40 |
| Binary | 1100101 | 1000111 | 111110 | 0 | 11110 | 100111 | 111100 | 1110 | 11000 | 100000 |
Color Harmonies of #65473E
Complementary color
Monochromatic Colors of #65473E
Black with #65473E
Text Example
Text Example
White with #65473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65473E; }
p { color: rgb(101,71,62); }
H1.HeaderClassName
{
color: #65473E;
}
.AnyTagClassName
{
color: #65473E;
}
</style>
background-color css
<style>
a { background-color: #65473E; }
a { background-color: rgb(101,71,62); }
div.DivClassName
{
background-color: #65473E;
}
.BgClassName
{
background-color: #65473E;
}
</style>
border-color css
<style>
span { border-color: #65473E; }
span { border-color: rgb(101,71,62); }
td.TdClassName
{
border-color: #65473E;
}
.TagClassName
{
border-color: #65473E;
}
</style>