#827E5B

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

Shades of Kokoda #827E5B

Tints of Kokoda #827E5B

Color information

#827E5B (or 0x827E5B) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 5B. RGB value is (130,126,91). Sum of RGB (Red+Green+Blue) = 130+126+91=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E5B is #7D81A4. Grayscale: #7B7B7B. Windows color (decimal): -8225189 or 5996162. OLE color: 5996162.

HSL color Cylindrical-coordinate representation of color #827E5B: hue angle of 53.85º 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 #827E5B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13012691-
CMYK00.030.300.49
HSL53.85º17.65%43.33%-
HSV(B)53.85º30%50.98%-
XYZ18.5620.4212.86-
YUV123.21109.83132.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=37.46%
G=36.31%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301269100.030.300.4953.8517.6543.33
Hex827E5B031E3136122b
Octal202176133033661662253
Binary10000010111111010110110111111011000111011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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