#827F55

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

Shades of Kokoda #827F55

Tints of Kokoda #827F55

Color information

#827F55 (or 0x827F55) is unknown color: approx Kokoda. HEX triplet: 82, 7F and 55. RGB value is (130,127,85). Sum of RGB (Red+Green+Blue) = 130+127+85=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #827F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F55 is #7D80AA. Grayscale: #7B7B7B. Windows color (decimal): -8224939 or 5603202. OLE color: 5603202.

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

Color convert

RGB13012785-
CMYK00.020.350.49
HSL56º20.93%42.16%-
HSV(B)56º34.62%50.98%-
XYZ18.4320.5811.6-
YUV123.11106.49132.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=38.01%
G=37.13%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301278500.020.350.495620.9342.16
Hex827F5502233138152a
Octal202177125024361702552
Binary100000101111111101010101010001111000111100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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