Shades of Kokoda #827E5A
Tints of Kokoda #827E5A
RGB
CMYK
RGB Variations
Color information
#827E5A (or 0x827E5A) is known color: Kokoda. HEX triplet: 82, 7E and 5A. RGB value is (130,126,90). Sum of RGB (Red+Green+Blue) = 130+126+90=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E5A is #7D81A5. Grayscale: #7B7B7B. Windows color (decimal): -8225190 or 5930626. OLE color: 5930626.
HSL color Cylindrical-coordinate representation of color #827E5A: hue angle of 54º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #827E5A is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 90 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.49 |
| HSL | 54º | 0.18% | 0.43% | - |
| HSV(B) | 54º | 0.31% | 0.51% | - |
| XYZ | 18.51 | 20.41 | 12.64 | - |
| YUV | 123.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 90 | 0 | 0.03 | 0.31 | 0.49 | 54 | 0.18 | 0.43 |
| Hex | 82 | 7E | 5A | 0 | 3 | 1F | 31 | 36 | 12 | 2B |
| Octal | 202 | 176 | 132 | 0 | 3 | 37 | 61 | 66 | 22 | 53 |
| Binary | 10000010 | 1111110 | 1011010 | 0 | 11 | 11111 | 110001 | 110110 | 10010 | 101011 |
Color Harmonies of #827E5A
Complementary color
Monochromatic Colors of #827E5A
Black with #827E5A
Text Example
Text Example
White with #827E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E5A; }
p { color: rgb(130,126,90); }
H1.HeaderClassName
{
color: #827E5A;
}
.AnyTagClassName
{
color: #827E5A;
}
</style>
background-color css
<style>
a { background-color: #827E5A; }
a { background-color: rgb(130,126,90); }
div.DivClassName
{
background-color: #827E5A;
}
.BgClassName
{
background-color: #827E5A;
}
</style>
border-color css
<style>
span { border-color: #827E5A; }
span { border-color: rgb(130,126,90); }
td.TdClassName
{
border-color: #827E5A;
}
.TagClassName
{
border-color: #827E5A;
}
</style>