Shades of Kokoda #827B4B
Tints of Kokoda #827B4B
RGB
CMYK
RGB Variations
Color information
#827B4B (or 0x827B4B) is known color: Kokoda. HEX triplet: 82, 7B and 4B. RGB value is (130,123,75). Sum of RGB (Red+Green+Blue) = 130+123+75=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #827B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B4B is #7D84B4. Grayscale: #777777. Windows color (decimal): -8225973 or 4946818. OLE color: 4946818.
HSL color Cylindrical-coordinate representation of color #827B4B: hue angle of 52.36º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #827B4B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 75 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.49 |
| HSL | 52.36º | 0.27% | 0.4% | - |
| HSV(B) | 52.36º | 0.42% | 0.51% | - |
| XYZ | 17.56 | 19.42 | 9.48 | - |
| YUV | 119.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 75 | 0 | 0.05 | 0.42 | 0.49 | 52.36 | 0.27 | 0.4 |
| Hex | 82 | 7B | 4B | 0 | 5 | 2A | 31 | 34 | 1B | 28 |
| Octal | 202 | 173 | 113 | 0 | 5 | 52 | 61 | 64 | 33 | 50 |
| Binary | 10000010 | 1111011 | 1001011 | 0 | 101 | 101010 | 110001 | 110100 | 11011 | 101000 |
Color Harmonies of #827B4B
Complementary color
Monochromatic Colors of #827B4B
Black with #827B4B
Text Example
Text Example
White with #827B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B4B; }
p { color: rgb(130,123,75); }
H1.HeaderClassName
{
color: #827B4B;
}
.AnyTagClassName
{
color: #827B4B;
}
</style>
background-color css
<style>
a { background-color: #827B4B; }
a { background-color: rgb(130,123,75); }
div.DivClassName
{
background-color: #827B4B;
}
.BgClassName
{
background-color: #827B4B;
}
</style>
border-color css
<style>
span { border-color: #827B4B; }
span { border-color: rgb(130,123,75); }
td.TdClassName
{
border-color: #827B4B;
}
.TagClassName
{
border-color: #827B4B;
}
</style>