#827C5B

Color #827C5B Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #827C5B

Tints of Kokoda #827C5B

Color information

#827C5B (or 0x827C5B) is unknown color: approx Kokoda. HEX triplet: 82, 7C and 5B. RGB value is (130,124,91). Sum of RGB (Red+Green+Blue) = 130+124+91=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C5B is #7D83A4. Grayscale: #7A7A7A. Windows color (decimal): -8225701 or 5995650. OLE color: 5995650.

HSL color Cylindrical-coordinate representation of color #827C5B: hue angle of 50.77º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #827C5B is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13012491-
CMYK00.050.300.49
HSL50.77º17.65%43.33%-
HSV(B)50.77º30%50.98%-
XYZ18.319.9212.78-
YUV122.03110.49133.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=37.68%
G=35.94%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301249100.050.300.4950.7717.6543.33
Hex827C5B051E3133122b
Octal202174133053661632253
Binary100000101111100101101101011111011000111001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827C5B; }

 p { color: rgb(130,124,91); }

 H1.HeaderClassName
 {
   color: #827C5B;
 }
 .AnyTagClassName
 {
   color: #827C5B;
 }
</style>
background-color css

<style>
 a { background-color: #827C5B; }

 a { background-color: rgb(130,124,91); }

 div.DivClassName
 {
   background-color: #827C5B;
 }
 .BgClassName
 {
   background-color: #827C5B;
 }
</style>
border-color css

<style>
 span { border-color: #827C5B; }

 span { border-color: rgb(130,124,91); }

 td.TdClassName
 {
   border-color: #827C5B;
 }
 .TagClassName
 {
   border-color: #827C5B;
 }
</style>