Shades of Kokoda #827E5C
Tints of Kokoda #827E5C
RGB
CMYK
RGB Variations
Color information
#827E5C (or 0x827E5C) is known color: Kokoda. HEX triplet: 82, 7E and 5C. RGB value is (130,126,92). Sum of RGB (Red+Green+Blue) = 130+126+92=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E5C is #7D81A3. Grayscale: #7B7B7B. Windows color (decimal): -8225188 or 6061698. OLE color: 6061698.
HSL color Cylindrical-coordinate representation of color #827E5C: hue angle of 53.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #827E5C is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 92 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.49 |
| HSL | 53.68º | 0.17% | 0.44% | - |
| HSV(B) | 53.68º | 0.29% | 0.51% | - |
| XYZ | 18.6 | 20.44 | 13.09 | - |
| YUV | 123.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 92 | 0 | 0.03 | 0.29 | 0.49 | 53.68 | 0.17 | 0.44 |
| Hex | 82 | 7E | 5C | 0 | 3 | 1D | 31 | 36 | 11 | 2C |
| Octal | 202 | 176 | 134 | 0 | 3 | 35 | 61 | 66 | 21 | 54 |
| Binary | 10000010 | 1111110 | 1011100 | 0 | 11 | 11101 | 110001 | 110110 | 10001 | 101100 |
Color Harmonies of #827E5C
Complementary color
Monochromatic Colors of #827E5C
Black with #827E5C
Text Example
Text Example
White with #827E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E5C; }
p { color: rgb(130,126,92); }
H1.HeaderClassName
{
color: #827E5C;
}
.AnyTagClassName
{
color: #827E5C;
}
</style>
background-color css
<style>
a { background-color: #827E5C; }
a { background-color: rgb(130,126,92); }
div.DivClassName
{
background-color: #827E5C;
}
.BgClassName
{
background-color: #827E5C;
}
</style>
border-color css
<style>
span { border-color: #827E5C; }
span { border-color: rgb(130,126,92); }
td.TdClassName
{
border-color: #827E5C;
}
.TagClassName
{
border-color: #827E5C;
}
</style>