#827F53

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

Shades of Kokoda #827F53

Tints of Kokoda #827F53

Color information

#827F53 (or 0x827F53) is unknown color: approx Kokoda. HEX triplet: 82, 7F and 53. RGB value is (130,127,83). Sum of RGB (Red+Green+Blue) = 130+127+83=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #827F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F53 is #7D80AC. Grayscale: #7B7B7B. Windows color (decimal): -8224941 or 5472130. OLE color: 5472130.

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

Color convert

RGB13012783-
CMYK00.020.360.49
HSL56.17º22.07%41.76%-
HSV(B)56.17º36.15%50.98%-
XYZ18.3620.5511.18-
YUV122.88105.49133.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=38.24%
G=37.35%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301278300.020.360.4956.1722.0741.76
Hex827F5302243138162a
Octal202177123024461702652
Binary100000101111111101001101010010011000111100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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