#827F5C

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

Shades of Kokoda #827F5C

Tints of Kokoda #827F5C

Color information

#827F5C (or 0x827F5C) is unknown color: approx Kokoda. HEX triplet: 82, 7F and 5C. RGB value is (130,127,92). Sum of RGB (Red+Green+Blue) = 130+127+92=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #827F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F5C is #7D80A3. Grayscale: #7C7C7C. Windows color (decimal): -8224932 or 6061954. OLE color: 6061954.

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

Color convert

RGB13012792-
CMYK00.020.290.49
HSL55.26º17.12%43.53%-
HSV(B)55.26º29.23%50.98%-
XYZ18.7320.713.13-
YUV123.91109.99132.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=37.25%
G=36.39%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301279200.020.290.4955.2617.1243.53
Hex827F5C021D3137112c
Octal202177134023561672154
Binary10000010111111110111000101110111000111011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,127,92); }

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

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

 a { background-color: rgb(130,127,92); }

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

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

 span { border-color: rgb(130,127,92); }

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