Shades of Korma #834C30
Tints of Korma #834C30
RGB
CMYK
RGB Variations
Color information
#834C30 (or 0x834C30) is known color: Korma. HEX triplet: 83, 4C and 30. RGB value is (131,76,48). Sum of RGB (Red+Green+Blue) = 131+76+48=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #834C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C30 is #7CB3CF. Grayscale: #595959. Windows color (decimal): -8172496 or 3165315. OLE color: 3165315.
HSL color Cylindrical-coordinate representation of color #834C30: hue angle of 20.24º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #834C30 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 76 | 48 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.49 |
| HSL | 20.24º | 0.46% | 0.35% | - |
| HSV(B) | 20.24º | 0.63% | 0.51% | - |
| XYZ | 12.48 | 10.21 | 4.11 | - |
| YUV | 89.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 48 | 0 | 0.42 | 0.63 | 0.49 | 20.24 | 0.46 | 0.35 |
| Hex | 83 | 4C | 30 | 0 | 2A | 3F | 31 | 14 | 2E | 23 |
| Octal | 203 | 114 | 60 | 0 | 52 | 77 | 61 | 24 | 56 | 43 |
| Binary | 10000011 | 1001100 | 110000 | 0 | 101010 | 111111 | 110001 | 10100 | 101110 | 100011 |
Color Harmonies of #834C30
Complementary color
Monochromatic Colors of #834C30
Black with #834C30
Text Example
Text Example
White with #834C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834C30; }
p { color: rgb(131,76,48); }
H1.HeaderClassName
{
color: #834C30;
}
.AnyTagClassName
{
color: #834C30;
}
</style>
background-color css
<style>
a { background-color: #834C30; }
a { background-color: rgb(131,76,48); }
div.DivClassName
{
background-color: #834C30;
}
.BgClassName
{
background-color: #834C30;
}
</style>
border-color css
<style>
span { border-color: #834C30; }
span { border-color: rgb(131,76,48); }
td.TdClassName
{
border-color: #834C30;
}
.TagClassName
{
border-color: #834C30;
}
</style>