Shades of Korma #83502C
Tints of Korma #83502C
RGB
CMYK
RGB Variations
Color information
#83502C (or 0x83502C) is known color: Korma. HEX triplet: 83, 50 and 2C. RGB value is (131,80,44). Sum of RGB (Red+Green+Blue) = 131+80+44=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83502C is #7CAFD3. Grayscale: #5B5B5B. Windows color (decimal): -8171476 or 2904195. OLE color: 2904195.
HSL color Cylindrical-coordinate representation of color #83502C: hue angle of 24.83º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83502C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 44 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.49 |
| HSL | 24.83º | 0.5% | 0.34% | - |
| HSV(B) | 24.83º | 0.66% | 0.51% | - |
| XYZ | 12.68 | 10.74 | 3.79 | - |
| YUV | 91.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 44 | 0 | 0.39 | 0.66 | 0.49 | 24.83 | 0.5 | 0.34 |
| Hex | 83 | 50 | 2C | 0 | 27 | 42 | 31 | 19 | 32 | 22 |
| Octal | 203 | 120 | 54 | 0 | 47 | 102 | 61 | 31 | 62 | 42 |
| Binary | 10000011 | 1010000 | 101100 | 0 | 100111 | 1000010 | 110001 | 11001 | 110010 | 100010 |
Color Harmonies of #83502C
Complementary color
Monochromatic Colors of #83502C
Black with #83502C
Text Example
Text Example
White with #83502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83502C; }
p { color: rgb(131,80,44); }
H1.HeaderClassName
{
color: #83502C;
}
.AnyTagClassName
{
color: #83502C;
}
</style>
background-color css
<style>
a { background-color: #83502C; }
a { background-color: rgb(131,80,44); }
div.DivClassName
{
background-color: #83502C;
}
.BgClassName
{
background-color: #83502C;
}
</style>
border-color css
<style>
span { border-color: #83502C; }
span { border-color: rgb(131,80,44); }
td.TdClassName
{
border-color: #83502C;
}
.TagClassName
{
border-color: #83502C;
}
</style>