#827E5F

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

Shades of Kokoda #827E5F

Tints of Kokoda #827E5F

Color information

#827E5F (or 0x827E5F) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 5F. RGB value is (130,126,95). Sum of RGB (Red+Green+Blue) = 130+126+95=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #827E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E5F is #7D81A0. Grayscale: #7B7B7B. Windows color (decimal): -8225185 or 6258306. OLE color: 6258306.

HSL color Cylindrical-coordinate representation of color #827E5F: hue angle of 53.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #827E5F is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB13012695-
CMYK00.030.270.49
HSL53.14º15.56%44.12%-
HSV(B)53.14º26.92%50.98%-
XYZ18.7320.4913.79-
YUV123.66111.83132.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=37.04%
G=35.90%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301269500.030.270.4953.1415.5644.12
Hex827E5F031B3135102c
Octal202176137033361652054
Binary10000010111111010111110111101111000111010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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