Shades of Korma #855630
Tints of Korma #855630
RGB
CMYK
RGB Variations
Color information
#855630 (or 0x855630) is known color: Korma. HEX triplet: 85, 56 and 30. RGB value is (133,86,48). Sum of RGB (Red+Green+Blue) = 133+86+48=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855630 is #7AA9CF. Grayscale: #5F5F5F. Windows color (decimal): -8038864 or 3167877. OLE color: 3167877.
HSL color Cylindrical-coordinate representation of color #855630: hue angle of 26.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #855630 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 48 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.48 |
| HSL | 26.82º | 0.47% | 0.35% | - |
| HSV(B) | 26.82º | 0.64% | 0.52% | - |
| XYZ | 13.53 | 11.86 | 4.37 | - |
| YUV | 95.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 48 | 0 | 0.35 | 0.64 | 0.48 | 26.82 | 0.47 | 0.35 |
| Hex | 85 | 56 | 30 | 0 | 23 | 40 | 30 | 1B | 2F | 23 |
| Octal | 205 | 126 | 60 | 0 | 43 | 100 | 60 | 33 | 57 | 43 |
| Binary | 10000101 | 1010110 | 110000 | 0 | 100011 | 1000000 | 110000 | 11011 | 101111 | 100011 |
Color Harmonies of #855630
Complementary color
Monochromatic Colors of #855630
Black with #855630
Text Example
Text Example
White with #855630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855630; }
p { color: rgb(133,86,48); }
H1.HeaderClassName
{
color: #855630;
}
.AnyTagClassName
{
color: #855630;
}
</style>
background-color css
<style>
a { background-color: #855630; }
a { background-color: rgb(133,86,48); }
div.DivClassName
{
background-color: #855630;
}
.BgClassName
{
background-color: #855630;
}
</style>
border-color css
<style>
span { border-color: #855630; }
span { border-color: rgb(133,86,48); }
td.TdClassName
{
border-color: #855630;
}
.TagClassName
{
border-color: #855630;
}
</style>